On Wed, Jan 27, 2010 at 4:42 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> related to maximum per-process data space. I don't know BSD very well
> so I can't say if datasize is the only such value for BSD, but it'd be
> worth checking. (Hmm, on OS X which is at least partly BSDish, I see
> -m and -v in addition to -d, so I'm suspicious OpenBSD might have these
> concepts too.)
Isn't the usual advice here is to log the ulimit setting from the pg
startup script so you can what it really is for the user at the moment
they're starting up the db? (I think some guy named Tom mentioned
doing that before.)