Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
00b8afed
Commit
00b8afed
authored
Feb 02, 2004
by
Leigh B. Stoller
Browse files
Bump parser CPU limit from 3 minutes to 10 minutes. Runs on ops
anyway, so not as important anymore.
parent
1ce25fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/parse.proxy.in
View file @
00b8afed
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -152,7 +152,7 @@ if (!defined($pid)) {
#
if
(
!
$pid
)
{
# Set the CPU limit for us.
setrlimit
(
RLIMIT_CPU
,
18
0
,
18
0
);
setrlimit
(
RLIMIT_CPU
,
60
0
,
60
0
);
# Give parent a chance to react.
sleep
(
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment