Quick performance deterioration when No. of clients increases
Nikolaos Milas
nmilas at noa.gr
Wed Oct 16 16:16:21 UTC 2013
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
More information about the nginx
mailing list