Re: Memory question

From: Jonathan Gardner <jgardner(at)jonathangardner(dot)net>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, Patrick Hatcher <PHatcher(at)macys(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Memory question
Date: 2003-06-30 16:02:12
Message-ID: 200306300902.13161.jgardner@jonathangardner.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 27 June 2003 12:44, scott.marlowe wrote:
> This is actually normal. Look at the amount cached: 6257620K. That's
> 6.2Gig of cache. Linux is using only 6517776k - 6257620k of memory, the
> rest is just acting as kernel cache. If anything tries to allocate a bit
> of memory, linux will flush enough cache to give the memory to the
> application that needs it.
>

I think it is appropriate to add that the Linux kernel does this in an
extremely innovative and intelligent way. The more room you give your kernel
to cache, the more responsive it is going to be.

- --
Jonathan Gardner <jgardner(at)jonathangardner(dot)net>
(was jgardn(at)alumni(dot)washington(dot)edu)
Live Free, Use Linux!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/AF8EWgwF3QvpWNwRArmVAJwK5C2ExmS8Rayrne33UJ0KZZM4UgCgq7b5
3J1LGtofgtnKq/bPtF75lNI=
=4Not
-----END PGP SIGNATURE-----

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Robert Wille 2003-06-30 17:57:20 Query planner plans very inefficient plans
Previous Message Thomas Swan 2003-06-30 05:49:39 Re: Memory question