Re: ERROR: out of memory DETAIL: Failed on request of size ??? - Mailing list pgsql-general

From Igor Neyman
Subject Re: ERROR: out of memory DETAIL: Failed on request of size ???
Date
Msg-id A76B25F2823E954C9E45E32FA49D70EC5B3EA82B@mail.corp.perceptron.com
Whole thread Raw
In response to Re: ERROR: out of memory DETAIL: Failed on request of size ???  (Brian Wong <bwong64@hotmail.com>)
List pgsql-general

From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Brian Wong
Sent: Monday, November 18, 2013 11:30 PM
To: bricklen
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] ERROR: out of memory DETAIL: Failed on request of size ???

I've tried any work_mem value from 1gb all the way up to 40gb, with no effect on the error.  I'd like to think of this
problemas a server process memory (not the server's buffers) or client process memory issue, primarily because when we
testedthe error there was no other load whatsoever.  Unfortunately,  the error doesn't say what kinda memory ran out.
 

-----------------------------------------------------------------

You are testing with work_mem set to between 1GB and 40GB.
You were asked to lower this setting. 
Even 1GB is too much, try something like work_mem=64MB.

Regards,
Igor Neyman



pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Solution for Synonyms
Next
From: Elliot
Date:
Subject: Re: Puzzling table scan in a CTE