Re: Really out of memory? - Mailing list pgsql-general

From Tom Lane
Subject Re: Really out of memory?
Date
Msg-id 17884.1243973732@sss.pgh.pa.us
Whole thread Raw
In response to Re: Really out of memory?  (Ben Chobot <bench@silentmedia.com>)
Responses Re: Really out of memory?
List pgsql-general
Ben Chobot <bench@silentmedia.com> writes:
>> hey, is any ULIMIT in effect for the postgres process?

> Not that I can tell. There's nothing special in /etc/init.d/postgresql or
> /etc/sysconfig/pgsql/postgresql, and ulimit -a shows:

That tells you the limits for your interactive shell, but a daemon might
be started under some other set of limits.

> Is there a way to see what the limits are for a given pid? I don't see
> anything obviously relevant in /proc/<pid>/....

You don't have /proc/<pid>/limits ?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: catalog view use to find DATABASE, LANGUAGE, TABLESPACE, SCHEMA, SEQUENCE privileges granted to user or role
Next
From: Ben Chobot
Date:
Subject: Re: Really out of memory?