Re: Autovacuum running out of memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Autovacuum running out of memory
Дата
Msg-id 16500.1192547417@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Autovacuum running out of memory  (Richard Huxton <dev@archonet.com>)
Ответы Re: Autovacuum running out of memory  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Richard Huxton <dev@archonet.com> writes:
> Hmm - odd that you're not getting any connection details.

Not really; the autovacuum process doesn't have any connection, so those
log_line_prefix fields will be left empty.  The weird thing about this
is why the large maintenance_work_mem works for a regular session and
not for autovacuum.  There really shouldn't be much difference in the
maximum workable setting for the two cases, AFAICS.

Your later suggestion to check out the postgres user's ulimit -a
settings seems like the appropriate next step, but I'm not seeing
how ulimit would affect only some of the postmaster's children.

            regards, tom lane

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

Предыдущее
От: Rodrigo Gonzalez
Дата:
Сообщение: Re: Autovacuum running out of memory
Следующее
От: chrisj
Дата:
Сообщение: using a stored proc that returns a result set in a complex SQL stmt