If you encounter this warning message under Linux:
4096 worker_connections are more than open file resource limit: 1024
A solution is to use the command ulimit in nginx start script, just before lunching nginx:
ulimit -n 65536
If you encounter this warning message under Linux:
4096 worker_connections are more than open file resource limit: 1024
A solution is to use the command ulimit in nginx start script, just before lunching nginx:
ulimit -n 65536
kyaky
This person is a lazy dog and has left nothing
Comments