From: Marc Fiuczynski Date: Mon, 18 Oct 2004 17:54:51 +0000 (+0000) Subject: Removed ULIMIT setting. Let CKRM do the task limit. X-Git-Tag: after-util-vserver-0_30_208-revert~228 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=47a6192b9ca04fa6376edeb30c24256bde5baea4;p=util-vserver.git Removed ULIMIT setting. Let CKRM do the task limit. --- 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