Re: heavy swapping, not sure why

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: heavy swapping, not sure why
Дата
Msg-id 201108291601.28734.ahodgson@simkin.ca
обсуждение исходный текст
Ответ на Re: heavy swapping, not sure why  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: heavy swapping, not sure why  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
On August 29, 2011 02:34:26 PM you wrote:
> On Mon, Aug 29, 2011 at 3:46 PM, Alan Hodgson <ahodgson@simkin.ca> wrote:
> > On August 29, 2011 01:36:07 PM Lonni J Friedman wrote:
> >> I have several Linux-x68_64 based dedicated PostgreSQL servers where
> >> I'm experiencing significant swap usage growth over time.
> >
> > It's the Linux kernel that does it, not PostgreSQL. Set vm.swappiness=0
> > (usually in /etc/sysctl.conf) and put that into effect.
>
> that won't help and, in almost all cases, is a bad idea.

Overly aggressive swapping with the default settings has frequently caused me
performance issues. Using this prevents those problems.

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

Предыдущее
От: Lonni J Friedman
Дата:
Сообщение: Re: heavy swapping, not sure why
Следующее
От: Scott Mead
Дата:
Сообщение: Re: Indexes on inheriting tables