Re: connections problem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: connections problem
Date
Msg-id 26820.1072466062@sss.pgh.pa.us
Whole thread Raw
In response to connections problem  (ivan <iv@psycho.pl>)
Responses Re: connections problem  (ivan <iv@psycho.pl>)
List pgsql-hackers
ivan <iv@psycho.pl> writes:
> i need to connect to by my database more then 100 connections,
> but after ~20-30 conn, postmaster says me "Resource temporarily
> unavailable", what are this resource ?

First bet is that you are running into a maximum-number-of-processes-
per-user limit imposed by "ulimit -u".

It's also possible that you need more RAM or swap space.
        regards, tom lane


pgsql-hackers by date:

Previous
From: ivan
Date:
Subject: Re: connections problem
Next
From: "Joshua D. Drake"
Date:
Subject: Re: connections problem