Skip to content

Commit 545cd73

Browse files
authored
Merge pull request #872 from meshy/patch-1
Explicitly document minfds limit inheritance
2 parents 48126da + 1dfd24c commit 545cd73

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)