Re: how much ram do i give postgres?

From: Josh Close <narshe(at)gmail(dot)com>
To: POSTGRES <pgsql-general(at)postgresql(dot)org>
Subject: Re: how much ram do i give postgres?
Date: 2004-10-20 18:38:14
Message-ID: 4a0cafe20410201138263e3cda@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 20 Oct 2004 13:35:43 -0500, Bruno Wolff III <bruno(at)wolff(dot)to> wrote:
> You might not need to do the vacuum fulls that often. If the your hourly
> vacuums have a high enough fsm setting, they should be keeping the database
> from continually growing in size. At that point daily vacuum fulls are
> overkill and if they are slowing stuff down you want to run quickly, you
> should cut back on them.

I have the vacuum_mem set at 32M right now. I haven't changed the fsm
settings at all though.

-Josh

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2004-10-20 18:52:03 Re: Upgrade to Win XP Service Pak 2 SP2 causes connection
Previous Message Bruno Wolff III 2004-10-20 18:35:43 Re: how much ram do i give postgres?