Hello,

my understanding is that worker_connections applies to each worker (eg. when 
set to 1024, 10 worker processes could handle up to 10240 connections).

But we are seeing 1024 worker_connections are not enough, reusing connections 
from one worker while other workers are idle.

Is there something we can do to balance connections more evenly across workers?

This is from a performance test. The connections are established all at once. 
Would spreading them out over some time make a difference?

nginx version: nginx/1.19.9

Thanks…

Roger

_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org

Reply via email to