Re: "Out of memory" errors..

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "Out of memory" errors..
Дата
Msg-id 4945.1187013106@sss.pgh.pa.us
обсуждение исходный текст
Ответ на "Out of memory" errors..  ("Lim Berger" <straightfwd007@gmail.com>)
Ответы Re: "Out of memory" errors..
Список pgsql-general
"Lim Berger" <straightfwd007@gmail.com> writes:
> ERROR:  out of memory
> DETAIL:  Failed on request of size 67108860.

Apparently, this number:

> maintenance_work_mem = 64MB

is more than your system can actually support.  Which is a bit odd for
any modern-day machine.  I suspect the postmaster is being started with
an unduly small ulimit.

            regards, tom lane

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

Предыдущее
От: Alan J Batsford
Дата:
Сообщение: Re: Problem Designing Index
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unable to connect to PostgreSQL server via PHP