Worker_connections is not enough while connecting to upstream

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?

On Tue, Jun 24, 2008 at 03:00:09PM +0100, Alan W. 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;
}

same here
what number should we pick for this
thanks

2008/6/24 Igor S. [email protected]

On Sat, Jun 13, 2009 at 10:05:29PM -0700, [email protected]
wrote:

same here
what number should we pick for this
thanks

Any: 10000, 100000, 1000000.