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?
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;
}
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.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs