Re: IpcMemoryCreate: shmget failed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Coffman <coffman(at)musc(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: IpcMemoryCreate: shmget failed
Date: 2001-03-08 19:04:54
Message-ID: 28328.984078294@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Michael Coffman <coffman(at)musc(dot)edu> writes:
> Whenever I start postmaster w/ greater than 64 buffers, I get the following
> message:

> Starting postgresql service: 010307.17:10:34.877 [1631] IpcMemoryCreate:
> shmget failed (Invalid argument) key=5432001, size=2703360, permission=600

Perhaps there already is a shm segment lying around that needs to be
removed? See "ipcs" and "ipcrm".

7.1 will remove or work around a conflicting old shm segment, but I'm
not sure that 7.0 will.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas F. O'Connell 2001-03-08 20:09:13 Re: how to reload a function
Previous Message Michael Coffman 2001-03-08 17:01:13 IpcMemoryCreate: shmget failed