Re: Out of memory...why?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Szabolcs BALLA <szballa(at)confinsystems(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Out of memory...why?
Date: 2006-07-10 15:03:53
Message-ID: 21398.1152543833@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Szabolcs BALLA <szballa(at)confinsystems(dot)com> writes:
> When I ran a backup script I got this message from the db (7.4.7)

What's the script exactly?

> SPI Exec: 645914648 total in 83 blocks; 8370416 free (19 chunks);
> 637544232 used

It looks like you've got a plpgsql function eating a lot of memory.
Hard to tell from this info if the function code is to blame or if
you've found a memory leak.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Aaron Bono 2006-07-10 16:39:00 Re: How to get rid of unicode
Previous Message Szabolcs BALLA 2006-07-10 12:33:48 Out of memory...why?