From bbabf546f9d72cbfc48bd839a6d01b402ee6cced Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 22 May 2015 09:43:51 -0500 Subject: 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(+) (limited to 'etc') 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 -- cgit v1.2.3