Re: out of memory error

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: out of memory error
Дата
Msg-id 4E106574.40400@postnewspapers.com.au
обсуждение исходный текст
Ответ на out of memory error  (Geoffrey Myers <lists@serioustechnology.com>)
Ответы Re: out of memory error  (Geoffrey Myers <lists@serioustechnology.com>)
Re: out of memory error  (Geoffrey Myers <geof@serioustechnology.com>)
Список pgsql-general
On 3/07/2011 6:00 PM, Geoffrey Myers wrote:

> out of memory for query result
>
> How is this possible?

Resource limits?

Do you have a ulimit in place that applies to postgresql? You can check
by examining the resource limits of a running postgresql backend as
shown in /proc/$PG_PID where $PG_PID is the process ID of the backend of
interest.

Check your work_mem in postgresql.conf, too.

--
Craig Ringer

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

Предыдущее
От: Sim Zacks
Дата:
Сообщение: Re: out of memory error
Следующее
От: Vincent Veyron
Дата:
Сообщение: Re: How to create "auto-increment" field WITHOUT a sequence object?