commit:     e571c67ff812ad839107acaa5ba97313dde9dd7a
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Fri May 22 14:43:51 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jun  3 16:16:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e571c67f

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

 etc/rc.conf.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/rc.conf.in b/etc/rc.conf.in
index 69a5cf2..1b78c88 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

Reply via email to