Search Postgresql Archives

Re: out of memory during query execution

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux