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-stable
Commits
509227ed
Commit
509227ed
authored
Aug 29, 2003
by
Leigh B. Stoller
Browse files
Add a setpriority call to nice the whole thing to 15. Lets see if this
keeps boss from getting pummeled.
parent
42bc4b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tbtest
View file @
509227ed
...
...
@@ -37,12 +37,16 @@
use
DBI
;
use
POSIX
;
use
BSD::
Resource
;
#die("*** $0:\n".
# " Testsuite Disabled. Come edit me if need be.\n");
$|
=
1
;
# Lower priority since this whole thing consumes CPU like nuts
setpriority
(
PRIO_PROCESS
,
0
,
15
);
#
# Set our WITH_TB_ADMIN_PRIVS environment variable, so that we have the
# privs we need to clear experiments out of the test database, etc.
...
...
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