Re: ERROR: invalid memory alloc request size 1073741824

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: Jan Wieck <jan(at)wi3ck(dot)info>, Stefan Blanke <stefan(dot)blanke(at)framestore(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: ERROR: invalid memory alloc request size 1073741824
Date: 2018-01-31 21:23:45
Message-ID: 9b1b1008-45fd-8c1a-c45b-6b5be9b24e53@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 01/31/2018 09:51 PM, Jan Wieck wrote:
>
>
> On Wed, Jan 31, 2018 at 12:32 PM, Stefan Blanke
> <stefan(dot)blanke(at)framestore(dot)com <mailto:stefan(dot)blanke(at)framestore(dot)com>> wrote:
>
> >
> > I'll bet you it's not that. It's quite unlikely that would fail with
> > exactly 1GB request size. It seems much more like a buffer that we keep
> > to be power of 2. The question is which one.
>
> I had dismissed corruption before writing in. It's exactly 1GB every
> time this has happened - and we can dump the full dataset
> periodically without issue.
>
> >> I have my money on a corrupted TOAST entry. Is this happening on
> >> trustworthy hardware or beige box with no ECC or RAID?
>
> It's good quality commercial hardware in our colo - no exactly sure
> what.
>
>
> If it is a sporadic issue and you can dump the full dataset, then I just
> lost my money (Tomas, you coming to PGConf in Jersey City?).
>

Unfortunately no, but I'm sure there will be other opportunities to buy
me a beer ;-) Like pgcon, for example.

>
> But then, if this is a plain COPY to stdout ... I am wondering what
> could possibly be in that path that wants to allocate 1GB. Or is this
> not so plain but rather a COPY ... SELECT ...?
>

That's what I've been guessing, and why I was asking for a query plan.

regards

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steven Lembark 2018-01-31 21:34:50 Re: Recreating functions after starting the database server.
Previous Message Jan Wieck 2018-01-31 20:51:50 Re: ERROR: invalid memory alloc request size 1073741824