Re: Out of Memory - 8.2.4

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Out of Memory - 8.2.4
Дата
Msg-id 20070828222641.GB22033@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Out of Memory - 8.2.4  ("Marko Kreen" <markokr@gmail.com>)
Ответы Re: Out of Memory - 8.2.4
Список pgsql-general
Marko Kreen escribió:

> I've experienced something similar.  The reason turned out to be
> combination of overcommit=off, big maint_mem and several parallel
> vacuums for fast-changing tables.  Seems like VACUUM allocates
> full maint_mem before start, whatever the actual size of the table.

Hmm.  Maybe we should have VACUUM estimate how much is the maximum
amount of memory that would be used, given the size of the table, and
allocate only that much.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: "D. Dante Lorenso"
Дата:
Сообщение: Re: Is there a better way to do this?
Следующее
От: Karl Denninger
Дата:
Сообщение: Re: Question regarding autovacuum