From 6e22ae0f18d317a67c265ff2ddf58b121acbc031 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Mon, 11 May 2009 16:47:07 +0000 Subject: [PATCH] Bump the CPU limit from 600 to 900. --- tbsetup/ns2ir/parse.proxy.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tbsetup/ns2ir/parse.proxy.in b/tbsetup/ns2ir/parse.proxy.in index cbadf790f..a31420c56 100644 --- a/tbsetup/ns2ir/parse.proxy.in +++ b/tbsetup/ns2ir/parse.proxy.in @@ -2,7 +2,7 @@ # # EMULAB-COPYRIGHT -# Copyright (c) 2000-2004, 2006 University of Utah and the Flux Group. +# Copyright (c) 2000-2009 University of Utah and the Flux Group. # All rights reserved. # @@ -164,7 +164,7 @@ if (!defined($pid)) { # if (! $pid) { # Set the CPU limit for us. - setrlimit(RLIMIT_CPU, 600, 600); + setrlimit(RLIMIT_CPU, 900, 900); # Give parent a chance to react. sleep(1); -- GitLab