From 47a6192b9ca04fa6376edeb30c24256bde5baea4 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 18 Oct 2004 17:54:51 +0000 Subject: [PATCH] Removed ULIMIT setting. Let CKRM do the task limit. --- scripts/vserver | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/vserver b/scripts/vserver index 04aecac..1287e1c 100755 --- a/scripts/vserver +++ b/scripts/vserver @@ -302,7 +302,8 @@ S_FLAGS="lock nproc" # ULIMIT="-HS -u 200" # The example above, combined with the nproc S_FLAGS will limit the # vserver to a maximum of 200 processes -ULIMIT="-HS -u 1000" +#ULIMIT="-HS -u 1000" +ULIMIT="" # You can set various capabilities. By default, the vserver are run # with a limited set, so you can let root run in a vserver and not # worry about it. He can't take over the machine. In some cases -- 2.47.0