<div><br></div><div>Hi,</div><div><br></div><div>On ubuntu, I tried</div><div><br></div><div>su - www-data</div><div>ulimit -Hn</div><div>>> 200000</div><div>ulimit -Sn</div><div>>> 100000</div><div><br></div><div>
The value seems be fine as I have worker_connections = 4000, and worker_processes = 4, so total is 16000, and still within the limit.</div><div><br></div><div>But when my server become busy, I can find the error log contains the line entries</div>
<div><br></div><div>"..(24: Too many open files),.."</div><div><br></div><div>Any way to debug? Thanks..</div>