Re: Why am I getting this error in DB

From: Ben Chobot <bench(at)silentmedia(dot)com>
To: AI Rumman <rummandba(at)gmail(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Why am I getting this error in DB
Date: 2010-02-17 05:25:36
Message-ID: FECAC439-E068-45F6-A79B-EC9D7CC91661@silentmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message AI Rumman 2010-02-17 05:39:55 Re: Why am I getting this error in DB
Previous Message AI Rumman 2010-02-17 05:17:56 Why am I getting this error in DB