How many connections can nginx handle?

arnoldguo nginx-forum at nginx.us
Mon Nov 12 08:30:49 UTC 2012


worker_connections has been set to 1048576;
As a reverse proxy situation, max clients becomes
max clients = worker_processes * worker_connections/4 
should handle 8 million connections,but on my server limit to 300k
conn,what's wrong?

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,232623,232718#msg-232718



More information about the nginx mailing list