Re: Out of memory on SELECT in 8.3.5

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Out of memory on SELECT in 8.3.5
Дата
Msg-id dcc563d10902091332p72841379r8d1d06fbc558810f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Out of memory on SELECT in 8.3.5  ("Matt Magoffin" <postgresql.org@msqr.us>)
Ответы Re: Out of memory on SELECT in 8.3.5  ("Matt Magoffin" <postgresql.org@msqr.us>)
Список pgsql-general
On Mon, Feb 9, 2009 at 2:01 PM, Matt Magoffin <postgresql.org@msqr.us> wrote:
>> I don't think changing work_mem down is actually going to reduce the
>> memory allocated without changing the plan to something less optimal.
>> In the end, all of this is putting off the inevitable, if you get enough
>> PGs going and enough requests and whatnot, you're going to start running
>> out of memory again.  Same if you get larger data sets that take up more
>> hash table space or similar.  Eventually you might need a bigger box,
>> but let's try to get everything in the current box to at least be used
>> first..
>
> Yes... and indeed changing vm.overcommit_ratio to 80 does allow that
> previously-failing query to execute successfully. Do you think this is
> also what caused the out-of-memory error we saw today just when a
> transaction was initiated?

Curious, what's the explain analyze look like for that one?

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

Предыдущее
От: SHARMILA JOTHIRAJAH
Дата:
Сообщение: ora2pg or dbi_link ?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Out of memory on SELECT in 8.3.5