On Tue, Jun 24, 2008 at 03:00:09PM +0100, Alan Williamson wrote:
> we are getting a ton of these in our error.log
>
> 1024 worker_connections is not enough while connecting to upstream
>
> what is this a sign of?
You need to increase worker_connections:
events {
worker_connections 10240;
}
--
Igor Sysoev
http://sysoev.ru/en/