Memory usage - Mailing list pgsql-general

From Rick Gigger
Subject Memory usage
Date
Msg-id 20040225211056.3D07CD1B4AA@svr1.postgresql.org
Whole thread Raw
Responses Re: Memory usage  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
I want to know how much memory I've got free on my system.

The free command gives me something like this:

             total       used       free     shared    buffers     cached
Mem:       2064832    2046196      18636          0     146892    1736968
-/+ buffers/cache:     162336    1902496
Swap:      2040244      12180    2028064

It would make sense to me that the kernel is sucking up most of my memory
into a bunch of unused buffers and that I actually have a lot more than 18
megs of free memory.  Is this the correct interpretation of these numbers?
What is the best way to get a good idea of how much memory I actually have
free on my system.


pgsql-general by date:

Previous
From: "Simon Windsor"
Date:
Subject: md5 calls
Next
From: "Igor Kryltsov"
Date:
Subject: How to drop sequence?