Re: Why am I getting this error in DB - Mailing list pgsql-general

From AI Rumman
Subject Re: Why am I getting this error in DB
Date
Msg-id 2a7905441002162139k10e2d487y8e8321bfde66788a@mail.gmail.com
Whole thread Raw
In response to Re: Why am I getting this error in DB  (Ben Chobot <bench@silentmedia.com>)
Responses Re: Why am I getting this error in DB  (Ben Chobot <bench@silentmedia.com>)
List pgsql-general
How should I calculate the value of max_fsm_pages?
 
Thanks
On Wed, Feb 17, 2010 at 11:25 AM, Ben Chobot <bench@silentmedia.com> wrote:
On Feb 16, 2010, at 9:17 PM, AI Rumman wrote:

> Why am I getting this error in DB?
>
> -  number of page slots needed (858976) exceeds max_fsm_pages (356656)


Because you have more pages that need to be cleaned during the vacuum than you have room for in your configured free space map (max_fsm_pages). To fix, vacuum more frequently, increase your max_fsm_pages and restart postgres, or upgrade to 8.4, which automatically adjusts the FSM as needed under the covers.

pgsql-general by date:

Previous
From: Ben Chobot
Date:
Subject: Re: Why am I getting this error in DB
Next
From: Ben Chobot
Date:
Subject: Re: Why am I getting this error in DB