Re: [HACKERS] postmaster failure with 2-23 snapshot - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] postmaster failure with 2-23 snapshot
Date
Msg-id 13170.919814635@sss.pgh.pa.us
Whole thread Raw
In response to postmaster failure with 2-23 snapshot  (Brian P Millett <bpm@ec-group.com>)
Responses RE: [HACKERS] postmaster failure with 2-23 snapshot  ("Daryl W. Dunbar" <daryl@www.com>)
List pgsql-hackers
> vlad: postmaster -i
> IpcMemoryCreate: shmget failed (Invalid argument) key=5432001,
> size=1137426, permission=600

I think shmget returns that error code when the requested size is
larger than the system limit on shared memory block size.  Check
your kernel parameters (SHMMAX and friends).

You might find that starting the postmaster with a smaller value
of -N is an easier answer than reconfiguring your kernel.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jackson, DeJuan"
Date:
Subject: quick Date question
Next
From: "Daryl W. Dunbar"
Date:
Subject: RE: [HACKERS] postmaster failure with 2-23 snapshot