Re: Linux server connection process consumes all memory - Mailing list pgsql-novice

From Alan Hodgson
Subject Re: Linux server connection process consumes all memory
Date
Msg-id 201112050823.55438.ahodgson@simkin.ca
Whole thread Raw
In response to Re: Linux server connection process consumes all memory  (Ioannis Anagnostopoulos <ioannis@anatec.com>)
List pgsql-novice
On Monday, December 05, 2011 02:41:36 AM Ioannis Anagnostopoulos wrote:
> The top below show the "updated" query running. This time the load is at
> 8.9% right at the end of the run. Nowhere near the 96% but please
> keep in mind that this happened when I reduced to iterations to 55.000.
>

Reduce it to 3 or 4. Turn on statement logging per Tom's request. Empty the
logs. Restart PostgreSQL. Do one run. Let's see everything PostgreSQL is
actually getting from the client.

Also ... please don't top-post.

> On 04/12/2011 16:30, Tom Lane wrote:
> >
> > I don't know much of anything about VB, but I am filled with suspicion
> > that something in the VB infrastructure you're using is not doing what
> > you think.  In particular, I'm betting that repeated executions of this
> > code are in fact generating new prepared statements without deallocating
> > old ones.  You could investigate that theory by setting log_statement =
> > all in the server configuration and then watching the server log to see
> > exactly what SQL commands are actually getting sent.
> >
> >             regards, tom lane

pgsql-novice by date:

Previous
From: Ioannis Anagnostopoulos
Date:
Subject: Re: Linux server connection process consumes all memory
Next
From: Andreas Kretschmer
Date:
Subject: Re: prepared statements & functions