Re: [HACKERS] Postmaster options, process spawning, logging, etc.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tim Holloway <mtsinc@southeast.net>
Cc: Matthew Hagerty <matthew@venux.net>, pgsql-hackers@postgresql.org
Date: 1999-12-16T14:40:39Z
Lists: pgsql-hackers
Tim Holloway <mtsinc@southeast.net> writes:
> 1. Matthew's problem sounds an awful lot like what's being reported
> by Lucio Andres Perez in v6.4.2. Maybe some kind of bug in detecting
> and handling over-the-limit backends.

6.4.* didn't really have any check/defense against spawning more
backends than it had resources for.  6.5 does check and enforce the
maxbackends limit.  It's certainly possible that Matthew's running into
some kind of resource-exhaustion problem, but I doubt that it's just
the number of backends that's at issue, except indirectly.  (He could
be running out of swap space or filetable slots, possibly.)

			regards, tom lane