postgres memory management = Linux memory management

From: Alexander Jerusalem <ajeru(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: postgres memory management = Linux memory management
Date: 2001-01-24 12:53:54
Message-ID: 4.3.2.7.0.20010124135041.00bf3c00@pop.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

my postgres memory management issue has turned out to be a Linux memory
management non-issue :-)

<quote>

7.8. Free Memory as Reported by free Keeps Shrinking.
The "free" figure printed by free doesn't include memory used as a
disk buffer cache--shown in the "buffers" column. If you want to know
how much memory is really free add the "buffers" amount to "free."
Newer versions of free print an extra line with this info.
The disk buffer cache tends to grow soon after starting Linux up. As
you load more programs and use more files, the contents get cached. It
will stabilize after a while.

</quote>

Sorry for the inconvenience...

Alexander Jerusalem
ajeru(at)gmx(dot)net
vknn

Browse pgsql-general by date

  From Date Subject
Next Message Denis Perchine 2001-01-24 13:02:16 Re: Re: Re: MySQL has transactions
Previous Message Alexander Jerusalem 2001-01-24 12:48:25 Re: Re: MySQL has transactions