Re: max_connections not changing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: max_connections not changing
Date: 2004-10-01 18:52:46
Message-ID: 13523.1096656766@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-10-01 21:17:28 Re: date_trunc'd timestamp index possible?
Previous Message Tom Lane 2004-10-01 18:49:34 Re: [SQL] date_trunc'd timestamp index possible?