Re: out of memory during query execution

From: Seneca Cunningham <scunning(at)ca(dot)afilias(dot)info>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: out of memory during query execution
Date: 2005-12-19 15:14:18
Message-ID: 43A6CE4A.4060303@ca.afilias.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Browne wrote:
> The problem is probably that the memory model is throttling you to
> *WAY* less than 2GB of memory.
>
> You may want to try a 64 bit build. With GCC, this requires something
> like the following ./configure incantation...
>
> CC="gcc -maix64" LDFLAGS="-Wl,-bbigtoc" ./configure

You'll also want to export OBJECT_MODE=64 before the ./configure line.

--
Seneca Cunningham
scunning(at)ca(dot)afilias(dot)info

In response to

Browse pgsql-general by date

  From Date Subject
Next Message salah jubeh 2005-12-19 15:17:01 libpq++ installation error
Previous Message Tom Lane 2005-12-19 15:08:12 Re: is this a bug or I am blind?