]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/templates/default/nginx.conf.erb
Bump file limits of Nginx and Squid processes from 64k ro 96k
[chef.git] / cookbooks / nginx / templates / default / nginx.conf.erb
index b4254568581010946e24cc2051f759b3e3abaaa8..429716d04150bfce44404c1f6f12084b93d7de8d 100644 (file)
@@ -3,7 +3,7 @@
 user  www-data;
 worker_processes auto;
 worker_cpu_affinity auto;
-worker_rlimit_nofile 65536;
+worker_rlimit_nofile 98304;
 
 error_log  /var/log/nginx/error.log warn;
 pid        /var/run/nginx.pid;