dbTalk Databases Forums  

Re: max_connections not changing

comp.databases.postgresql.novice comp.databases.postgresql.novice


Discuss Re: max_connections not changing in the comp.databases.postgresql.novice forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tom Lane
 
Posts: n/a

Default Re: max_connections not changing - 10-01-2004 , 01:52 PM






Quote:
On 2004-09-22, Benjamin <benjamin (AT) netyantra (DOT) com> wrote:
I am trying to start postmaster with the following command
../bin/pg_ctl start -s -w -o -i -D ../data -o "-N 40" -o "-B 80"

Tho shared buffers value, duz change as said to 80, but theres no change
in the max connections value.
I'm not sure that pg_ctl is bright enough to handle multiple -o options.
You might need -o "-N 40 -B 80" instead.

Having said that, though, I think there is little or no good use for -o
in the first place. It's better to set the values you want in
postgresql.conf.

BTW, -B 80 is ridiculously low. It may run, but performance will be
terrible.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.