Re: log results

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Marc Fromm" <Marc(dot)Fromm(at)wwu(dot)edu>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: log results
Date: 2008-10-08 23:13:10
Message-ID: dcc563d10810081613s1e47eeean57171587b2582910@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Oct 8, 2008 at 5:04 PM, Marc Fromm <Marc(dot)Fromm(at)wwu(dot)edu> wrote:
> I just started logging postgresql. In the log are these entries:
>
> 478 LOG: transaction ID wrap limit is 1110972072, limited by database
> "cswe2"
>
> 479 LOG: transaction ID wrap limit is 1110972072, limited by database
> "cswe2"

Don't worry about the xaction wraparound. that's just a notice.

>
> 480 NOTICE: number of page slots needed (27072) exceeds max_fsm_pages
> (20000)
>
> 481 HINT: Consider increasing the configuration parameter
> "max_fsm_pages" to a value over 27072.
>
> Can someone explain what it is and what I need to do to fix it?

You need to consider increasing the configuration parameter
"max_fsm_pages" to a value over 27072.

The configuration parameters are found in postgresql.conf, which can
be in various places depending on your OS. Then restart postgresql.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message c k 2008-10-09 13:23:42 logging SQL statements
Previous Message Marc Fromm 2008-10-08 23:04:17 log results