Re: Help with postgresql memory issue - Mailing list pgsql-general

From Tom Lane
Subject Re: Help with postgresql memory issue
Date
Msg-id 20040.1256766992@sss.pgh.pa.us
Whole thread Raw
In response to Re: Help with postgresql memory issue  (Greg Smith <gsmith@gregsmith.com>)
Responses Re: Help with postgresql memory issue
List pgsql-general
Greg Smith <gsmith@gregsmith.com> writes:
> On Wed, 28 Oct 2009, Tom Lane wrote:
>> What's the platform exactly?  Is it possible that the postmaster is
>> being launched under very restrictive ulimit settings?

> Now that Brooks mentioned this being run inside of a Solaris zone, seems
> like this might be running into some memory upper limit controlled by the
> zone configuration.

A bit of quick googling confirmed that there is (or can be) a per-zone
memory cap.  I'll bet Greg has nailed it.  The docs I found claim that
the cap management code is smart enough to count shared memory only
once, which would eliminate the most obvious way in which the cap might
be way off; but it still sounds like checking into that configuration
setting is job #1.

            regards, tom lane

pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: Help with postgresql memory issue
Next
From: Guillaume Lelarge
Date:
Subject: Re: Postgres alpha testing docs and general test packs