From: Grant Slater Date: Thu, 23 Apr 2009 02:00:15 +0000 (+0000) Subject: lighttpd increase server.max-fds from 1024 (default) to 8192 after lighttpd deadlock. X-Git-Tag: live~7501 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d6f7bbfcd1c0c4befeb85b5a3ee8e2d8ecf1892d lighttpd increase server.max-fds from 1024 (default) to 8192 after lighttpd deadlock. --- diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 98f914cc9..22051eb44 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -20,6 +20,8 @@ server.username = "www-data" server.groupname = "www-data" server.pid-file = "/var/run/lighttpd.pid" +server.max-fds = 8192 + # # Setup logging #