On Tue, Dec 15, 2009 at 3:45 PM, Tom Lane <[email protected]> wrote:
> Robert Haas <[email protected]> writes:
>> Err, sorry, I quoted the wrong part. =A0I meant, how would you rlimit
>> the server memory usage?
>
> Put a ulimit command in the server start script? =A0Depending on the
> details of the start script you might need to put it in the postgres
> user's .profile instead, but it's certainly doable.
This may be a stupid question, but when you hit the limit, will it
result in an ERROR or a PANIC?
...Robert