Re: [HACKERS] ShmemCreate: cannot create reg

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] ShmemCreate: cannot create reg
Дата
Msg-id 6091.951149740@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ShmemCreate: cannot create reg  ("Adam Walczykiewicz" <archiver@db.geocrawler.com>)
Список pgsql-hackers
"Adam Walczykiewicz" <archiver@db.geocrawler.com> writes:
> 'IpcMemoryCreate: shmget failed 
> (Invalid argument) key=5432001, size=1063936,
>  permission=600
> FATAL 1:  
> ShmemCreate: cannot create region

You're probably running into the kernel limit on the maximum size
of a shared memory region.  To get started, try giving -N and -B
switches smaller than the default values (-N 8 -B 32 should work
unless your kernel SHMEMMAX setting is real small).

In the long run you'll probably want to increase your SHMEMMAX
setting so that you can run with more buffers, but I don't know
where to set that on SCO.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Adam Walczykiewicz"
Дата:
Сообщение: ShmemCreate: cannot create reg
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] new backslash command of psql