Re: connections problem

From: ivan <iv(at)psycho(dot)pl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: connections problem
Date: 2003-12-26 20:19:27
Message-ID: Pine.LNX.4.56.0312262118320.20278@rex.anfa.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


ulimit -u = 256 ,
it's ok, ?

On Fri, 26 Dec 2003, Tom Lane wrote:

> ivan <iv(at)psycho(dot)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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-12-26 20:22:49 Re: fulltext searching via a custom index type
Previous Message ivan 2003-12-26 20:17:56 Re: connections problem