Re: max_fsm_pages, shared_buffers and checkpoint_segments - Mailing list pgsql-performance

From Peter Schuller
Subject Re: max_fsm_pages, shared_buffers and checkpoint_segments
Date
Msg-id 4654A6BF.4040501@infidyne.com
Whole thread Raw
In response to max_fsm_pages, shared_buffers and checkpoint_segments  ("Y Sidhu" <ysidhu@gmail.com>)
Responses Re: max_fsm_pages, shared_buffers and checkpoint_segments
List pgsql-performance
> increasing checkpoint_segments,which is also a disk thing. However, setting
> it to 25, and then increasing any of the other 2 variables, the postgresql
> daemon stops working. meaning it does not start upon reboot. When I bring

Sounds like you need to increase your shared memory limits.
Unfortunately this will require a reboot on FreeBSD :(

See:

   http://www.postgresql.org/docs/8.2/static/kernel-resources.html

Last time I checked PostgreSQL should be complaining about the shared
memory on startup rather than silently fail though. Check your logs
perhaps. Though I believe the RC script will cause the message to be
printed interactively at the console too, if you run it. (Assuming you
are using it installed from ports).

--
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrieval: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org



Attachment

pgsql-performance by date:

Previous
From: Chris Mair
Date:
Subject: Re: Drop table vs Delete record
Next
From: Tom Lane
Date:
Subject: Re: [PERFORM] does VACUUM ANALYZE complete with this error?