Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2000 12:33:28 -0800
From:      Steve Reid <sreid@sea-to-sky.net>
To:        Michael O Shea <moshea@tronic-group.com>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: apache+php+pgsql woes
Message-ID:  <20001121123328.A1190@grok>
In-Reply-To: <p05001905b63ec6de2031@[10.10.14.36]>; from Michael O Shea on Mon, Nov 20, 2000 at 01:29:06PM %2B0100
References:  <p05001905b63ec6de2031@[10.10.14.36]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 20, 2000 at 01:29:06PM +0100, Michael O Shea wrote:
> I am trying to store my PHPSessions on Postgres and while it runs 
> fine under small load as soon as it gets busy I get the following in 
> the browser,
> Warning: Unable to connect to PostgreSQL server: connectDBStart() -- 
> socket() failed: errno=55 No buffer space available in

I've seen "No buffer space available" when running out of PCBs and/or
sockets. Try `sysctl vm.zone` when that message is appearing and look
at the "tcpcb" and "socket" utilization. If it looks like you're
bumping against the limit then install a kernel with higher MAXUSERS
setting.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001121123328.A1190>