VACUUM

From: Anderson dos Santos Donda <andersondonda(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: VACUUM
Date: 2009-03-07 17:14:31
Message-ID: ad072ae30903070914t34c5d0c7reeeaa3973de1eb77@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Anyone can explain this:

INFO: free space map contains 5848 pages in 5000 relations
DETAIL: A total of 83728 page slots are in use (including overhead).
83728 page slots are required to track all free space.
Current limits are: 153600 page slots, 5000 relations, using 1228 kB.
NOTICE: max_fsm_relations(5000) equals the number of relations checked

I increase the relations but doesn't work... and if a increase more than
7000, postgre doesn't work because the shared memory kernel...

What I do?

Responses

  • Re: VACUUM at 2009-03-07 19:40:50 from John R Pierce

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2009-03-07 17:50:43 Re: problem with single quote in postgres 8.3.5
Previous Message Tom Lane 2009-03-07 16:29:18 Re: Newbie questions relating to transactions