diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-26 19:18:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-26 19:18:04 +0000 |
commit | d4f6c3f613e74911943e44164a4d5f1526b6f340 (patch) | |
tree | 6b5068a2eab488d587231a84d7af33ccf38aa81c /doc | |
parent | ef4d8c74f9342cc67421f20e4aaa4d62a911fcb8 (diff) | |
download | s6-linux-init-d4f6c3f613e74911943e44164a4d5f1526b6f340.tar.xz |
Add warning to the doc; also set soft limits
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-linux-init-maker.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/s6-linux-init-maker.html b/doc/s6-linux-init-maker.html index 33bb550..802d8f9 100644 --- a/doc/s6-linux-init-maker.html +++ b/doc/s6-linux-init-maker.html @@ -334,7 +334,10 @@ means open fds limit. Note that unlike s6-softlimit, which only sets <em>soft limits</em>, i.e. process hierarchy-wide limits, the values given here declare <em>hard limits</em> that will be enforced for the whole system to be booted: it will be impossible to raise soft limits -above these values. </li> <br /> +above these values. <strong>Warning:</strong> misuse of this option is +likely to make your system unbootable; make sure you don't prevent +process 1 and the whole process hierarchy from allocating enough +resources. </li> <br /> <li> <tt>-C</tt> : create a set of scripts that is suitable for running <em>in a container</em>. This modifies some behaviours: |