Re: Help Required

From: Jason Tishler <jason(at)tishler(dot)net>
To: Kamalraj Singh Madhan <kamalr(at)networkprograms(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Help Required
Date: 2003-08-13 11:13:56
Message-ID: 20030813111355.GE1108@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Kamalraj,

On Wed, Aug 13, 2003 at 12:28:04PM +0530, Kamalraj Singh Madhan wrote:
> I'am using PostGre SQL along with JBOSS and Tomcat for our
> application. After quite some time of the usage of the application i
> start getting these messages in my database console (Cygwin) :
>
>
> DEBUG: geqo_main: using edge recombination crossover [ERX]
> CheckPoint Data Base: fork failed: Resource temporarily unavailable
> /usr/bin/postmaster: BackendStartup: fork failed: Resource temporarily
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> unavailable - Backend startup failed
> DEBUG: geqo_main: using edge recombination crossover [ERX]
> CheckPoint Data Base: fork failed: Resource temporarily unavailable
> CheckPoint Data Base: fork failed: Resource temporarily unavailable
> DEBUG: geqo_main: using edge recombination crossover [ERX]

My WAG is that you hit the Cygwin fork() limit of 63 children per
parent. If I'm correct, then I recommend limiting your connections to
~60 if possible.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

  • Help Required at 2003-08-13 06:58:04 from Kamalraj Singh Madhan

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-08-13 11:26:08 Re: PostgreSQL
Previous Message Jason Tishler 2003-08-13 11:10:02 Re: IpcSemaphoreCreate Error,help pls