Commit b5a1e352 authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Ivan Tyagov

raise soft limit of N(ofile) so we can use > 1024 fds

needed for example for wendelin.core arrays + connections
parent bd77c9d9
......@@ -14,6 +14,9 @@ logfile_maxbytes = %(supervisord_logfile_maxbytes)s
nodaemon = %(supervisord_nodaemon)s
pidfile = %(supervisord_pidfile)s
logfile-backups = %(supervisord_logfile_backups)s
#raise soft limit of N(ofile) so we can use > 1024 fds
#needed for example for wendelin.core arrays + connections
minfds=65536
[unix_http_server]
file=%(supervisord_socket)s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment