Re: Memory Usage and OpenBSD - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Memory Usage and OpenBSD
Date
Msg-id dcc563d11002090238l2c512ffen541e66034c74186a@mail.gmail.com
Whole thread Raw
In response to Re: Memory Usage and OpenBSD  (Anton Maksimenkov <anton200@gmail.com>)
Responses Re: Memory Usage and OpenBSD  (Anton Maksimenkov <anton200@gmail.com>)
List pgsql-general
On Tue, Feb 9, 2010 at 3:18 AM, Anton Maksimenkov <anton200@gmail.com> wrote:
> 2010/1/28 Scott Marlowe <scott.marlowe@gmail.com>:
>>> 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.)
>
> I think that "su" is enough:

In previous discussions it was mentioned that startup scripts often
inherit different settings from the default shell of a user, hence the
need to check it from within the startup script.

pgsql-general by date:

Previous
From: Fredric Fredricson
Date:
Subject: Re: Order by and strings
Next
From: Willy-Bas Loos
Date:
Subject: dynamic plpgsql command on a record type