Re: [HACKERS] postmaster failure with 2-23 snapshot

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] postmaster failure with 2-23 snapshot
Дата
Msg-id 13170.919814635@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postmaster failure with 2-23 snapshot  (Brian P Millett <bpm@ec-group.com>)
Ответы RE: [HACKERS] postmaster failure with 2-23 snapshot  ("Daryl W. Dunbar" <daryl@www.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jackson, DeJuan"
Дата:
Сообщение: quick Date question
Следующее
От: "Daryl W. Dunbar"
Дата:
Сообщение: RE: [HACKERS] postmaster failure with 2-23 snapshot