Re: Invalid memory alloc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
Cc: Marc-Andr Goderre <magoderre(at)cgq(dot)qc(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: Invalid memory alloc
Date: 2015-04-23 20:44:27
Message-ID: 23310.1429821867@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com> writes:
> We need more information from the OP about what they're doing.

Yeah. Those NOTICEs about "nnn edges processed" are not coming out of
anything in core Postgres; I'll bet whatever is producing those is at
fault (by trying to palloc indefinitely-large amounts of memory as a
single chunk).

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Vondra 2015-04-23 21:12:16 Re: BDR Across Distributed Nodes
Previous Message Jim Nasby 2015-04-23 20:34:28 Re: Invalid memory alloc