From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | Richard Yen <dba(at)richyen(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: why does swap not recover? |
Date: | 2010-03-30 06:18:27 |
Message-ID: | 4BB197B3.3050306@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On 3/26/10 4:57 PM, Richard Yen wrote:
> I'm planning on lowering the shared_buffers to a more sane value, like 25GB (pgtune recommends this for a Mixed-purpose machine) or less (pgtune recommends 14GB for an OLTP machine). However, before I do this (and possibly resolve the issue), I was hoping to see if anyone would have an explanation for the constant reading from swap, but never writing back.
Postgres does not control how swap is used. This would be an operating
system issue. Leaving aside the distict possibility of a bug in
handling swap (nobody seems to do it well), there's the distinct
possibility that you're actually pinning more memory on the system than
it has (through various processes) and it's wisely shifted some
read-only files to the swap (as opposed to read-write ones). But that's
a fairly handwavy guess.
--
-- Josh Berkus
PostgreSQL Experts Inc.
http://www.pgexperts.com
From | Date | Subject | |
---|---|---|---|
Next Message | Gnanakumar | 2010-03-30 09:32:23 | REINDEXing database-wide daily |
Previous Message | Faheem Mitha | 2010-03-29 20:22:05 | Re: experiments in query optimization |