Plesk 12.5.30, CentOS 7.2
Currently open file handles on system: 152,000
Max number of open file handles allowed for Nginx and system: 500,000
"nginx -t" tests fine, no errors, when run from the console, but the same command called from a script run by a cron job installed in Plesk responds:
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: [emerg] open() "/var/www/vhosts/system/[some domain]/logs/proxy_access_ssl_log" failed (24: Too many open files)
nginx: configuration file /etc/nginx/nginx.conf test failed
What is causing this behavior and can it be avoided?
Currently open file handles on system: 152,000
Max number of open file handles allowed for Nginx and system: 500,000
"nginx -t" tests fine, no errors, when run from the console, but the same command called from a script run by a cron job installed in Plesk responds:
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: [emerg] open() "/var/www/vhosts/system/[some domain]/logs/proxy_access_ssl_log" failed (24: Too many open files)
nginx: configuration file /etc/nginx/nginx.conf test failed
What is causing this behavior and can it be avoided?