Re: heavy swapping, not sure why - Mailing list pgsql-general

From Scott Marlowe
Subject Re: heavy swapping, not sure why
Date
Msg-id CAOR=d=0MVf991m8+tA-skVCwJUYsQ6F+oifQETbis6joJ2YEug@mail.gmail.com
Whole thread Raw
In response to Re: heavy swapping, not sure why  (Florian Weimer <fweimer@bfk.de>)
Responses Re: heavy swapping, not sure why
List pgsql-general
On Tue, Aug 30, 2011 at 12:54 AM, Florian Weimer <fweimer@bfk.de> wrote:
> * Scott Marlowe:
>
>> On a machine with lots of memory, I've run into pathological behaviour
>> with both the RHEL 5 and Ubuntu 10.04 kernels where the kswapd starts
>> eating up CPU and swap io like mad, while doing essentially nothing.
>> Setting swappiness to 0 delayed this behaviour but did not stop it.
>> Given that I'm on a machine with 128G ram, I just put "/sbin/swapoff
>> -a" in /etc/rc.local and viola, problem solved.
>
> Was this NUMA machine?  Some older kernels can only migrate pages
> between nodes through swap.

48 core AMD Magny Cours.  I also had to turn off  zone reclaim mode on
it or it would slow to a crawl as the OS started to cache more and
more data.

pgsql-general by date:

Previous
From: Florian Weimer
Date:
Subject: Re: heavy swapping, not sure why
Next
From: Allan Kamau
Date:
Subject: Re: heavy swapping, not sure why