Re: out of memory problem - Mailing list pgsql-performance

From Tom Lane
Subject Re: out of memory problem
Date
Msg-id 17966.1289316153@sss.pgh.pa.us
Whole thread Raw
In response to out of memory problem  (Till Kirchner <till.kirchner@vti.bund.de>)
List 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 by date:

Previous
From: Till Kirchner
Date:
Subject: out of memory problem
Next
From: Bob Lunney
Date:
Subject: Re: out of memory problem