Re: Really out of memory?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ben Chobot <bench(at)silentmedia(dot)com>
Cc: John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Really out of memory?
Date: 2009-06-02 20:15:32
Message-ID: 17884.1243973732@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ben Chobot <bench(at)silentmedia(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben Chobot 2009-06-02 20:23:29 Re: Really out of memory?
Previous Message Tom Lane 2009-06-02 20:12:18 Re: catalog view use to find DATABASE, LANGUAGE, TABLESPACE, SCHEMA, SEQUENCE privileges granted to user or role