On 16/10/2013 7:10 μμ, Scott Ribe wrote:

Have you considered not having vastly more worker processes than you have 
cores? (IIRC, you have configured things that way...)

I have (4 CPU cores and):

   worker_processes 4;
   worker_rlimit_nofile 400000;

   events {
   worker_connections 8192;
   multi_accept on;
   use epoll;
   }

Any ideas will be appreciated!

Nick

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to