Re: Out of memory errors on OS X

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Out of memory errors on OS X
Дата
Msg-id 9764.1096517633@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Out of memory errors on OS X  (Jeffrey Melloy <jmelloy@visualdistortion.org>)
Ответы Re: Out of memory errors on OS X
Re: Out of memory errors on OS X
Список pgsql-general
Jeffrey Melloy <jmelloy@visualdistortion.org> writes:
> I have a couple users trying to install Postgres on OS X.  To the best
> of my knowledge, both of them are using 7.4.5/10.3.5, and got identical
> errors while trying to init the database:

They need to increase the system's shmmax limit (sysctl kern.sysv.shmmax,
which is only 4MB by default).  You can run one postmaster that way ...
not very well, but it will run ... but you definitely can't start two.
I surmise that they already had one postmaster running?

In OSX 10.3 I believe that the recommended way to fix this is to edit
/etc/rc's setting, and then reboot.  AFAICS there is no reason not to
raise shmmax to 50% or so of physical RAM.

I have asked Apple about using a saner default for shmmax, but a few
more complaints in their bug system wouldn't hurt.

            regards, tom lane

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

Предыдущее
От: "Ed L."
Дата:
Сообщение: Re: 7.3.4 vacuum/analyze error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.3.4 vacuum/analyze error