From 4e51a883e313ec2cb0f359572244216be70c7d95 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 23 Sep 2004 22:02:59 +0000 Subject: [PATCH] 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 --- util-vserver/doc/configuration.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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. -- 1.8.1.5