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
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
* 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
> > >
> * 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
* 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