Re: out of memory problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: out of memory problem
Дата
Msg-id 17966.1289316153@sss.pgh.pa.us
обсуждение исходный текст
Ответ на out of memory problem  (Till Kirchner <till.kirchner@vti.bund.de>)
Список pgsql-performance
Till Kirchner <till.kirchner@vti.bund.de> writes:
> I get an out of memory problem I don't understand.

It's pretty clear that something is leaking memory in the per-query
context:

>        ExecutorState: 1833967692 total in 230 blocks; 9008 free (3
> chunks); 1833958684 used

There doesn't seem to be anything in your query that is known to cause
that sort of thing, so I'm guessing that the leak is being caused by
the postgis functions you're using.  You might ask about this on the
postgis lists.

            regards, tom lane

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

Предыдущее
От: Till Kirchner
Дата:
Сообщение: out of memory problem
Следующее
От: Bob Lunney
Дата:
Сообщение: Re: out of memory problem