]> git.openstreetmap.org Git - rails.git/commitdiff
lighttpd increase server.max-fds from 1024 (default) to 8192 after lighttpd deadlock.
authorGrant Slater <openstreetmap@firefishy.com>
Thu, 23 Apr 2009 02:00:15 +0000 (02:00 +0000)
committerGrant Slater <openstreetmap@firefishy.com>
Thu, 23 Apr 2009 02:00:15 +0000 (02:00 +0000)
config/lighttpd.conf

index 98f914cc96b8f8ce46e058a25d81dd7a3f14e2a6..22051eb44657c667356d8f50b5e93a4b319407a3 100644 (file)
@@ -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
 #