Re: Odd out of memory problem.

From: Greg Stark <stark(at)mit(dot)edu>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Odd out of memory problem.
Date: 2012-03-26 16:51:41
Message-ID: CAM-w4HOxV-OUd9CSgmeeYvau0gSkZ18Enf+L9TdgyUfs7TGEKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 26, 2012 at 5:41 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>        Combo CIDs: 755490840 total in 100 blocks; 5161072 free (381
>   chunks); 750329768 used

I think you'll have to catch Heikki's attention to get a good answer to this.

Is it possible this job is inserting and then updating (or deleteing)
the row it just inserted and doing a large number of such
insert/update operations all within the same transaction? Or perhaps
it's updating the same row over and over again?

--
greg

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-03-26 16:57:57 Re: Odd out of memory problem.
Previous Message Peter Eisentraut 2012-03-26 16:49:12 Re: patch: autocomplete for functions