vote up 0 vote down star

Hi, I am using a Postgres database and want to tweek the parameters. The problem is that when I set shared_buffer to a value larger than 20mb my server won't start. I am running it on Ubutu 8.10 OS with 1gb RAM. Any ideas?

flag

63% accept rate

1 Answer

vote up 2 vote down check

I imagine you are reaching the limit of shared memory regions.

Check /proc/sys/kernel/shmall and /proc/sys/kernel/shmmax.

More info here: http://www.redhat.com/docs/manuals/database/RHDB-7.1.3-Manual/admin_user/kernel-resources.html

link|flag
1  
And here - postgresql.org/docs/current/… – Milen A. Radev Jul 22 at 0:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.