Re: Linux mis-reporting memory - Mailing list pgsql-performance

From Csaba Nagy
Subject Re: Linux mis-reporting memory
Date
Msg-id 1190363401.4661.116.camel@PCD12478
Whole thread Raw
In response to Re: Linux mis-reporting memory  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Linux mis-reporting memory  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-performance
On Fri, 2007-09-21 at 09:03 +0100, Gregory Stark wrote:
> >> Mem:  32945280k total, 32871832k used,    73448k free,   247432k buffers
> >> Swap:  1951888k total,    42308k used,  1909580k free, 30294300k cached
> >
> It seems to imply Linux is paging out sysV shared memory. In fact some of
> Heikki's tests here showed that Linux would do precisely that.

But then why is it not reporting that in the "Swap: used" section ? It
only reports 42308k used swap.

I have a box where I just executed 3x a select count(*) from a table
which has ~5.5 GB size on disk, and the count executed in <4 seconds,
which I take as it is all cached (shared memory is set to 12GB - I use
the box for testing for now, otherwise I would set it far lower because
I have bad experience with setting it more than 1/3 of the available
memory). Top reported at the end of the process:

Mem:  16510724k total, 16425252k used,    85472k free,    10144k buffers
Swap:  7815580k total,   157804k used,  7657776k free, 15980664k cached

I also watched it during the selects, but it was not significantly
different. So my only conclusion is that the reported "cached" value is
either including the shared memory or is simply wrong... or I just don't
get how linux handles memory.

Cheers,
Csaba.



pgsql-performance by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Linux mis-reporting memory
Next
From: Dimitri Fontaine
Date:
Subject: Re: Linux mis-reporting memory