Skip to content

Commit 1dfd24c

Browse files
authored
Explicitly document minfds limit inheritance
Child processes will inherit the file descriptor limits, so clarify the documentation to make this absolutely clear, as discussed in #813.
1 parent 48126da commit 1dfd24c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ follows.
315315
is run as root. supervisord uses file descriptors liberally, and will
316316
enter a failure mode when one cannot be obtained from the OS, so it's
317317
useful to be able to specify a minimum value to ensure it doesn't run out
318-
of them during execution. This option is particularly useful on Solaris,
318+
of them during execution. These limits will be inherited by the managed
319+
subprocesses. This option is particularly useful on Solaris,
319320
which has a low per-process fd limit by default.
320321

321322
*Default*: 1024

0 commit comments

Comments
 (0)