From d6f7bbfcd1c0c4befeb85b5a3ee8e2d8ecf1892d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 23 Apr 2009 02:00:15 +0000 Subject: [PATCH] lighttpd increase server.max-fds from 1024 (default) to 8192 after lighttpd deadlock. --- config/lighttpd.conf | 2 ++ 1 file changed, 2 insertions(+) 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 # -- 2.43.2