From: Enrico Scholz Date: Thu, 23 Sep 2004 22:02:59 +0000 (+0000) Subject: updated rlimits description (reported by Nikola Donev) X-Git-Tag: IPSENTINEL_VERSION_0_12~286 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e51a883e313ec2cb0f359572244216be70c7d95;p=util-vserver.git updated rlimits description (reported by Nikola Donev) added warning about explicit 'fakeinit' usage git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1706 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index 48af8e0..7e6b8dc 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -1,4 +1,6 @@ + + @@ -291,8 +293,10 @@ - The new process will believe it is process number 1. Useful to run a real - /sbin/init in a vserver. + The new process will believe it is process number 1. Useful to + run a real /sbin/init in a vserver. Warning: this flag should + not be used unless you know what you are doing. Often, it is + better to use the 'plain' initstyle. @@ -860,8 +864,8 @@ - A directory with resource limits. Possible resources are cpu, data, fsize, locks, - memlock, nofile, nproc, rss and/or stack. This configuration will be honored + A directory with resource limits. Possible resources are cpu, fsize, data, stack, + core, rss, nproc, nofile, memlock, as and locks. This configuration will be honored for kernel 2.6 only.