Commit 0e843462 authored by Yusei Tahara's avatar Yusei Tahara

slapos/grid/svcbackend.py: Set the minimum number of file descriptors.

parent b47523b3
......@@ -101,6 +101,7 @@ def createSupervisordConfiguration(instance_root, watchdog_command=''):
'supervisord_pidfile': os.path.abspath(
os.path.join(instance_root, 'var', 'run', 'supervisord.pid')),
'supervisord_logfile_backups': '10',
'supervisord_minfds': '4096',
'watchdog_command': watchdog_command,
}
)
......
......@@ -14,6 +14,7 @@ logfile_maxbytes = %(supervisord_logfile_maxbytes)s
nodaemon = %(supervisord_nodaemon)s
pidfile = %(supervisord_pidfile)s
logfile-backups = %(supervisord_logfile_backups)s
minfds = %(supervisord_minfds)s
[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