Re: Out of memory error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Out of memory error
Дата
Msg-id 21217.1246912496@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Out of memory error  (Paul Smith <paulsmith@pobox.com>)
Ответы Re: Out of memory error
Список pgsql-general
Paul Smith <paulsmith@pobox.com> writes:
> We have a query that's producing an "out of memory" error
> consistently. The detail of the error message is "Failed on request of
> size 16." We have 16 GB of RAM in our database server running 32-bit
> Debian lenny. Here's the query:
> ...
>       ExecutorState: 460390096 total in 431 blocks; 8400 free (2
> chunks); 460381696 used

Clearly a memory leak, but it's not so clear exactly what's causing it.
What's that intersects() function?  Can you put together a
self-contained test case?

            regards, tom lane

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

Предыдущее
От: Rob W
Дата:
Сообщение: Efficiently move data from one table to another, with FK constraints?
Следующее
От: Paul Smith
Дата:
Сообщение: Re: Out of memory error