Re: Vacuums on large busy databases

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Vacuums on large busy databases
Date: 2006-09-15 01:04:32
Message-ID: 20060915010429.GP6030@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Sep 14, 2006 at 05:52:02PM -0700, Jeff Davis wrote:
>Any long-running system will have very little "free" memory. Free memory
>is wasted memory, so the OS finds some use for it.

The important part of the output of "free" in this context isn't how
much is free, it's how much is cache vs how much is allocated to
programs. Other os's have other ways of telling the same thing. Neither
of those numbers generally has much to do with how much shows up in ps
when large amounts of shared memory are in use.

Mike Stone

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff Davis 2006-09-15 01:34:22 Re: Vacuums on large busy databases
Previous Message Jeff Davis 2006-09-15 00:59:26 Re: Vacuums on large busy databases