Re: Linux memory zone reclaim

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Linux memory zone reclaim
Дата
Msg-id 501C50FE.80905@agliodbs.com
обсуждение исходный текст
Ответ на Re: Linux memory zone reclaim  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Linux memory zone reclaim
Список pgsql-performance
On 7/30/12 10:09 AM, Scott Marlowe wrote:
> I think the zone_reclaim gets turned on with a high ratio.  If the
> inter node costs were the same, and the intranode costs dropped in
> half, zone reclaim would likely get turned on at boot time.

We've been seeing a major problem with zone_reclaim and Linux, in that
Linux won't use the FS cache on the "distant" RAM *at all* if it thinks
that RAM is distant enough.  Thus, you get instances of seeing only half
of RAM used for FS cache, even though the database is 5X larger than RAM.

This is poor design on Linux's part, since even the distant RAM is
faster than disk.  For now, we've been disabling zone_reclaim entirely.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

В списке pgsql-performance по дате отправления:

Предыдущее
От: Laszlo Nagy
Дата:
Сообщение: Re: [ADMIN] Messed up time zones
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Linux memory zone reclaim