Re: Memory and/or cache issues?

From: David Boreham <david_list(at)boreham(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Memory and/or cache issues?
Date: 2006-05-06 04:33:51
Message-ID: 445C272F.3060002@boreham.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> 2006-05-04 18:04:58 EDT USER=postgres DB=FIX1 [12427] PORT = [local]
> ERROR: invalid memory alloc request size 18446744073709551613

Perhaps I'm off beam here, but any time I've seen an app try to allocate
a gazillion bytes, it's
due to some code incorrectly calculating the size of something (or more
commonly, using an
initialized variable as the basis for said calculation).

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message mcelroy, tim 2006-05-06 14:53:54 Re: Memory and/or cache issues?
Previous Message Jim C. Nasby 2006-05-06 00:35:14 Re: Memory and/or cache issues?