Re: [GENERAL] Increasing the number of semaphores on FreeBSD 4.1(clarification)

2000-11-10 Thread Peter Eisentraut
Philip Hallstrom writes: > I recently tried to start postmaster (7.0.2) with -B 128 -N 64 and > got the "semget failed" error. Looking in the faq[1] it says I need to > increase the amount allowed in the kernel. It tells me what I need to do, > but my question is what values should I set

Re: [GENERAL] Increasing the number of semaphores on FreeBSD 4.1 (clarification)

2000-11-10 Thread Igor Roboul
On Thu, Nov 09, 2000 at 08:55:32PM -0800, Alfred Perlstein wrote: > options SHMMAXPGS=512000 > options SHMSEG=128 > options SEMMNI=40 # /* # of semaphore identifiers */ > options SEMMNS=240 # /* # of semaphores in system */ > options S

Re: [GENERAL] Increasing the number of semaphores on FreeBSD 4.1 (clarification)

2000-11-09 Thread Alfred Perlstein
* Philip Hallstrom <[EMAIL PROTECTED]> [001109 20:37] wrote: > > > * Philip Hallstrom <[EMAIL PROTECTED]> [001109 19:12] wrote: > > > Hi - > > > I recently tried to start postmaster (7.0.2) with -B 128 -N 64 and > > > got the "semget failed" error. Looking in the faq[1] it says I need to > > >

Re: [GENERAL] Increasing the number of semaphores on FreeBSD 4.1(clarification)

2000-11-09 Thread Philip Hallstrom
> * Philip Hallstrom <[EMAIL PROTECTED]> [001109 19:12] wrote: > > Hi - > > I recently tried to start postmaster (7.0.2) with -B 128 -N 64 and > > got the "semget failed" error. Looking in the faq[1] it says I need to > > increase the amount allowed in the kernel. It tells me what I need to

Re: [GENERAL] Increasing the number of semaphores on FreeBSD 4.1 (clarification)

2000-11-09 Thread Alfred Perlstein
* Philip Hallstrom <[EMAIL PROTECTED]> [001109 19:12] wrote: > Hi - > I recently tried to start postmaster (7.0.2) with -B 128 -N 64 and > got the "semget failed" error. Looking in the faq[1] it says I need to > increase the amount allowed in the kernel. It tells me what I need to do, > bu