worker_connections is not enough while connecting to upstream

Igor Sysoev is at rambler-co.ru
Tue Jun 24 18:19:24 MSD 2008


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/





More information about the nginx mailing list