On Tue, Dec 15, 2009 at 3:45 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> 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