Re: Resource temporarily unavailable - Mailing list pgsql-general

From Russell Smith
Subject Re: Resource temporarily unavailable
Date
Msg-id 200410301621.49776.mr-russ@pws.com.au
Whole thread Raw
In response to Resource temporarily unavailable  ("Ben-Nes Michael" <miki@canaan.co.il>)
List 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

pgsql-general by date:

Previous
From: Russell Smith
Date:
Subject: Re: adding missing FROM-clause
Next
From: Vinko Vrsalovic
Date:
Subject: Re: 8.0 Beta 4 denying network connections?