lighttpd increase server.max-fds from 1024 (default) to 8192 after lighttpd deadlock.
This commit is contained in:
parent
778896d755
commit
d6f7bbfcd1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue