Re: Resource temporarily unavailable

From: Russell Smith <mr-russ(at)pws(dot)com(dot)au>
To: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
Cc: "postgresql" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Resource temporarily unavailable
Date: 2004-10-30 06:21:49
Message-ID: 200410301621.49776.mr-russ@pws.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> max_connections = 400
>
> www3:/etc/postgresql# ulimit -a
> max user processes (-u) 256

> im totaly bogus, any ideas ?
>

Well, your allowing postgres to have 400 connection which is at least 400 processes if not a few more.
And you are ulimiting the postgres user to 256 processes. So the kernel says out of process space for that user.

Regards

Russell Smith

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vinko Vrsalovic 2004-10-30 14:48:17 Re: 8.0 Beta 4 denying network connections?
Previous Message Russell Smith 2004-10-30 06:09:21 Re: adding missing FROM-clause