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
2ad9ac28
Commit
2ad9ac28
authored
Apr 02, 2002
by
Leigh B. Stoller
Browse files
Bump max number of children to 20.
parent
0fdd772b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/node_update.in
View file @
2ad9ac28
...
...
@@ -34,6 +34,7 @@ my $ssh = "$TB/bin/sshtb -n";
my
$sshremote
=
"
$TB
/bin/sshremote -n
";
my
$expsetup
=
"
$TB
/sbin/exports_setup
";
my
$batchmode
=
0
;
my
$maxchildren
=
20
;
#
# Load the Testbed support stuff.
...
...
@@ -203,7 +204,7 @@ if (! @nodes) {
#
my
$maxpids
=
0
;
foreach
my
$node
(
@nodes
)
{
while
(
$maxpids
>=
5
)
{
while
(
$maxpids
>=
$maxchildren
)
{
my
$thispid
=
waitpid
(
-
1
,
0
);
my
$thisnode
=
$pids
{
$thispid
};
...
...
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