summaryrefslogtreecommitdiff
path: root/doc/source/user/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/usage.rst')
-rw-r--r--doc/source/user/usage.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst
index bb11d5b..f61ee35 100644
--- a/doc/source/user/usage.rst
+++ b/doc/source/user/usage.rst
@@ -114,12 +114,14 @@ syslog_log_level
``syslog_log_level=ERROR``
rlimit_nofile
- Which rlimit for number of open file descriptors should be set for rootwrap
- and its children processes by default. This is useful in case there is a
+ Specify rlimit for number of open file descriptors used by oslo rootwrap
+ and its child processes by default. This is useful in case there is a
excessively large ulimit configured for the calling process that shouldn't
inherit to oslo.rootwrap and its called processes. Will not attempt to raise
the limit. Defaults to 1024.
+ Ignored on platforms that do not provide "/proc/self/fd" (e.g. non-Linux).
+
.filters files
==============