Removed ULIMIT setting. Let CKRM do the task limit.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 18 Oct 2004 17:54:51 +0000 (17:54 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 18 Oct 2004 17:54:51 +0000 (17:54 +0000)
scripts/vserver

index 04aecac..1287e1c 100755 (executable)
@@ -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