diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-22 09:43:51 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-22 09:43:51 -0500 |
commit | bbabf546f9d72cbfc48bd839a6d01b402ee6cced (patch) | |
tree | b47ed41aa395ff0de3b7305dd5265a157804a7b6 /etc | |
parent | a7fcc1e264b035177b4e524a40b27145baa86969 (diff) |
Document bash's handling of ulimit options
When bash is used in posix mode for the shell, the ulimit command uses
a block size of 512 bytes for the -c and -f options.
X-Gentoo-Bug: 549238
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=549238
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 69a5cf24..1b78c885 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -116,6 +116,9 @@ #SSD_NICELEVEL="-19" # Pass ulimit parameters +# If you are using bash in POSIX mode for your shell, note that the +# ulimit command uses a block size of 512 bytes for the -c and -f +# options #rc_ulimit="-u 30" # It's possible to define extra dependencies for services like so |