Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
6e22ae0f
Commit
6e22ae0f
authored
May 11, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the CPU limit from 600 to 900.
parent
cc1f8d5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tbsetup/ns2ir/parse.proxy.in
tbsetup/ns2ir/parse.proxy.in
+2
-2
No files found.
tbsetup/ns2ir/parse.proxy.in
View file @
6e22ae0f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#
#
# EMULAB-COPYRIGHT
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4, 2006
University of Utah and the Flux Group.
# Copyright (c) 2000-200
9
University of Utah and the Flux Group.
# All rights reserved.
# All rights reserved.
#
#
...
@@ -164,7 +164,7 @@ if (!defined($pid)) {
...
@@ -164,7 +164,7 @@ if (!defined($pid)) {
#
#
if
(
!
$pid
)
{
if
(
!
$pid
)
{
# Set the CPU limit for us.
# Set the CPU limit for us.
setrlimit
(
RLIMIT_CPU
,
600
,
6
00
);
setrlimit
(
RLIMIT_CPU
,
900
,
9
00
);
# Give parent a chance to react.
# Give parent a chance to react.
sleep
(
1
);
sleep
(
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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