View Single Post

   
  #10 (permalink)  
Old 04-09-2008, 07:32 AM
Kevin Murphy
 
Posts: n/a
Default Re: out of memory during query execution

I'm certainly not an AIX expert, but I remember my 32-bit AIX programs
being limited to 256MB of heap by default. When I linked, I think I had
to ask for more maximum data page space using something like:

-bmaxdata:0x40000000

(which asks for 1GB, I believe)

-Kevin Murphy


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote