Search Postgresql Archives

Re: Why am I getting this error in DB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.
-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux