Re: Performance on SUSE w/ reiserfs - Mailing list pgsql-performance

From Jon Brisbin
Subject Re: Performance on SUSE w/ reiserfs
Date
Msg-id 434AE7FF.4000705@npcinternational.com
Whole thread Raw
In response to Re: Performance on SUSE w/ reiserfs  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Performance on SUSE w/ reiserfs  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Re: Performance on SUSE w/ reiserfs  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Performance on SUSE w/ reiserfs  (Alex Turner <armtuk@gmail.com>)
List pgsql-performance
Tom Lane wrote:
>
> Are you sure it's not cached data pages, rather than cached inodes?
> If so, the above behavior is *good*.
>
> People often have a mistaken notion that having near-zero free RAM means
> they have a problem.  In point of fact, that is the way it is supposed
> to be (at least on Unix-like systems).  This is just a reflection of the
> kernel doing what it is supposed to do, which is to use all spare RAM
> for caching recently accessed disk pages.  If you're not swapping then
> you do not have a problem.

Except for the fact that my Java App server crashes when all the
available memory is being used by caching and not reclaimed :-)

If it wasn't for the app server going down, I probably wouldn't care.

--

Jon Brisbin
Webmaster
NPC International, Inc.

pgsql-performance by date:

Previous
From: Jon Brisbin
Date:
Subject: Re: Performance on SUSE w/ reiserfs
Next
From: Steve Poe
Date:
Subject: XFS External Log on Pg 7.4.8 Pg_xlog drives?