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

2008-01-24 Thread Fernando Ike
Em Thu, 24 Jan 2008 13:00:24 -0500 Rick Schumeyer <[EMAIL PROTECTED]> escreveu: > 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 >

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

2008-01-24 Thread Greg Smith
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

[PERFORM] Configuration settings (shared_buffers, etc) in Linux: puzzled

2008-01-24 Thread Rick Schumeyer
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 hav