Re: An out of memory error when doing a vacuum full

Поиск
Список
Период
Сортировка
От Sean Shanny
Тема Re: An out of memory error when doing a vacuum full
Дата
Msg-id 3FF05E7F.2090908@earthlink.net
обсуждение исходный текст
Ответ на Re: An out of memory error when doing a vacuum full  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: An out of memory error when doing a vacuum full
Список pgsql-general
 From postgresql.conf:

# - Memory -

shared_buffers = 10000          # min 16, at least max_connections*2,
8KB each
sort_mem = 64000                # min 64, size in KB
vacuum_mem = 32767              # min 1024, size in KB

The ulimit is set to unlimited as far as I can tell.

--sean

Tom Lane wrote:

>Sean Shanny <shannyconsulting@earthlink.net> writes:
>
>
>>Does anyone have an explanation as to why this might occur?
>>
>>
>
>What have you got vacuum_mem set to?  Also, what ulimit settings is the
>postmaster running under?  (I'm wondering exactly how large the backend
>process has grown when it gets the failure.)
>
>            regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>
>


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: An out of memory error when doing a vacuum full
Следующее
От: Frederic Jolliton
Дата:
Сообщение: Building dynamic contents from database