up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 2 down vote accepted

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|improve this answer
1  
And here - postgresql.org/docs/current/static/… – Milen A. Radev Jul 22 '09 at 0:02
feedback

Your Answer

 
or
required, but never shown

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