Re: Configuration settings (shared_buffers, etc) in Linux: puzzled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 24 Jan 2008, Rick Schumeyer wrote:

On a linux box (Linux db1 2.6.18.8-md #1 SMP Wed May 23 17:21:37 EDT 2007 i686 GNU/Linux)
I edited postgresql.conf and changed:

shared_buffers = 5000           work_mem = 16384
max_stack_depth = 4096

and then restarted postgres. The puzzling part is that postgres actually started. When I have done this on other boxes, I had to edit kernel settings to allow for more shared memory.

You can confirm whether the settings are actually taking like this:

$ psql
Welcome to psql 8.2.4, the PostgreSQL interactive terminal.

postgres=# show shared_buffers;
 shared_buffers
----------------
 256MB
(1 row)

Since your shared_buffers setting should probably be in the hundreds of megabytes range if you want good performance, you may need to update your kernel settings anyway, but the above will let you see what the server is actually starting with.

--
* Greg Smith gsmith@xxxxxxxxxxxxx http://www.gregsmith.com Baltimore, MD

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org

[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux