Re: out of memory during query execution - Mailing list pgsql-general

From Seneca Cunningham
Subject Re: out of memory during query execution
Date
Msg-id 43A6CE4A.4060303@ca.afilias.info
Whole thread Raw
In response to Re: out of memory during query execution  (Chris Browne <cbbrowne@acm.org>)
List 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@ca.afilias.info

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: is this a bug or I am blind?
Next
From: salah jubeh
Date:
Subject: libpq++ installation error