Re: Memory and/or cache issues?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "mcelroy, tim" <tim(dot)mcelroy(at)bostonstock(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Memory and/or cache issues?
Date: 2006-05-05 13:43:53
Message-ID: 23854.1146836633@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"mcelroy, tim" <tim(dot)mcelroy(at)bostonstock(dot)com> writes:
> I see this on all the postgres installations, no matter what I
> set the postgresql.conf settings to regarding memory allocation, once
> postgres starts up 95% of the memory on the box is used. Is there a way
> within Linux to 'see' what or who is actually using this memory?

Probably kernel disk cache. Are you under the misimpression that unused
memory is a good thing? If a Unix-ish system *isn't* showing near zero
free memory under load, the kernel is wasting valuable resources.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message mcelroy, tim 2006-05-05 13:57:58 Re: Memory and/or cache issues?
Previous Message Alvaro Herrera 2006-05-05 13:31:18 Re: Memory and/or cache issues?