Commit 2e856eff authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Rafael Monnerat

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

needed for example for wendelin.core arrays + connections

@alain.takoudjou , @rafael  if no objections can you please accept & merge it?

/reviewed-on !36
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