Re: TopMemoryContext - Configuration Mistake?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: edoardo(dot)innocenti(at)savinodelbene(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: TopMemoryContext - Configuration Mistake?
Date: 2010-08-16 15:59:14
Message-ID: 5923.1281974354@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Edoardo Innocenti <edoardo(dot)innocenti(at)savinodelbene(dot)com> writes:
> I got the following error during a select query.<br>

What was the query, what does EXPLAIN show as the plan for it,
and which PG version is your server exactly?

> MessageContext: 2042626048 total in 256 blocks; 16072 free (7
> chunks); 2042609976 used<br>

This looks like it could be a memory leak, but we'd need to be able
to reproduce the problem in order to investigate or fix it.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Josi Perez (3T Systems) 2010-08-16 16:06:29 Re: trigger AFTER INSERT
Previous Message Edoardo Innocenti 2010-08-16 12:45:19 TopMemoryContext - Configuration Mistake?