Re: shmget fails on OS X with proper settings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: shmget fails on OS X with proper settings
Дата
Msg-id 5157.1178547089@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: shmget fails on OS X with proper settings  (Jim Nasby <decibel@decibel.org>)
Ответы Re: shmget fails on OS X with proper settings  (Jim Nasby <decibel@decibel.org>)
Список pgsql-general
Jim Nasby <decibel@decibel.org> writes:
> I'm guessing the issue here is shmall, which I believe is limiting
> you to 4MB of shared memory. Is there *anything* using shared memory
> in the ipcs report?

Right, it looks like shmall is the problem.  I believe BTW that you
need to do "sudo ipcs -a" to be sure of seeing everything; otherwise
OS X's ipcs silently doesn't tell you about segments your userid doesn't
have access to.

            regards, tom lane

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

Предыдущее
От: "Jan Bilek"
Дата:
Сообщение: Any "guide to indexes" exists?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Slow query and indexes...