pg 8.0 on freebsd 5.3 install problem

From: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg 8.0 on freebsd 5.3 install problem
Date: 2005-01-19 17:51:40
Message-ID: 41EE9E2C.5000201@t1.unisoftbg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I just installed pg 8.0 on freeBSD 5.3.

All is ok, but if I try to increase max_connections to 256 (or more) pg
do not starts.

Yes, I readet the docs and I know that I need to increase shared memory
and semaphores.

I recompile my kernel and set :
options SYSVSHM
options SHMMAXPGS=16382
options SHMSEG=9182

options SYSVSEM
options SEMMNI=9182
options SEMMNS=9182
options SEMMNU=9182
options SEMMAP=9182

And also after installing the new kernel I got the same error.

Pls., help me to find the values of semaphors in my kernel.
Exist any tools for this info?

many thanks,
ivan.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Randal L. Schwartz 2005-01-19 18:16:06 Re: what happened to the website?
Previous Message Bruno Wolff III 2005-01-19 17:49:56 Re: what happened to the website?