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=07fD-47eRwjO_EYQvoA6fzTrApEWo_zbL8rNrjtBYefw@mail.gmail.com
Whole thread Raw
In response to Re: heavy swapping, not sure why  (Lonni J Friedman <netllama@gmail.com>)
Responses Re: heavy swapping, not sure why
List pgsql-general
On Mon, Aug 29, 2011 at 2:57 PM, Lonni J Friedman <netllama@gmail.com> wrote:
> On Mon, Aug 29, 2011 at 1: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.
>
> I understand that the kernel determines what is swapped out, however
> postgres is what is using nearly all the RAM, and then overflowing
> into swap.  I guess I should have noted that this isn't a case of a
> significant amount of RAM not being used, and swapping occurring
> anyway.  Most of the RAM is already consumed when the heavy swapping
> is happening.  So, I'd be surprised if setting vm.swappiness=0 will
> make a significant difference, however I can certainly try.

You haven't shown us how you determined this, it would be nice to see
some copy and paste of things like top, free, or whatever.   How much
free AND cache is left over when the machine starts to run out of
memory etc.

Your settings for shared_memory are HUGE.  I run a machine witih 128G
of ram and my shared_memory is 8G and that's quite large.  No testing
anyone has done has shown anything over 10G being useful.

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: dropdb: database removal failed: active sessions
Next
From: Merlin Moncure
Date:
Subject: Re: heavy swapping, not sure why