Commit 15cf1c3c authored by Rafael Monnerat's avatar Rafael Monnerat

Revert "Raise soft limit of N(ofile) so we can use > 1024 fds"

This change unexpectedly break tests which uses supervisord running supervisord. @gabriel is confirming.



/reviewed-on !299
parent 2651ead1
......@@ -67,7 +67,7 @@ md5sum = 37eea89042a58127c85e6b3886260e59
[template-supervisord]
filename = template/supervisord.conf.in
md5sum = a7ae4e207df55dab2d01d67ddc7cb1b9
md5sum = d294d0dafd265048399de6da8c96345f
[template-listener-slapgrid]
filename = template/listener_slapgrid.py.in
......
......@@ -10,9 +10,6 @@ port = {{ supervisord['server'] }}
[supervisord]
logfile = {{ supervisord['logfile'] }}
pidfile = {{ supervisord['pidfile'] }}
#raise soft limit of N(ofile) so we can use > 1024 fds
#needed for example for wendelin.core arrays + connections
minfds = 65536
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
......
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