Commit 1a5c3473 authored by Ivan Tyagov's avatar Ivan Tyagov Committed by Rafael Monnerat

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

This is needed for example for wendelin.core arrays + connections
See slapos.core@b5a1e352

/reviewed-on !297
parent beff73aa
......@@ -67,7 +67,7 @@ md5sum = 37eea89042a58127c85e6b3886260e59
[template-supervisord]
filename = template/supervisord.conf.in
md5sum = d294d0dafd265048399de6da8c96345f
md5sum = a7ae4e207df55dab2d01d67ddc7cb1b9
[template-listener-slapgrid]
filename = template/listener_slapgrid.py.in
......
......@@ -10,6 +10,9 @@ 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