Skip to content
GitLab
Menu
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
f8e85f89
Commit
f8e85f89
authored
Jan 30, 2013
by
Srikanth Raju
Committed by
Leigh B Stoller
Jul 23, 2013
Browse files
Reduce max nodes for vnodes, so they'll actually run on pc3000
parent
e5757c91
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/libvnode_xen.pm
View file @
f8e85f89
...
...
@@ -167,7 +167,7 @@ sub VGNAME() { return $VGNAME; }
##
# Maximum vnodes per physical host, used to size memory and disks
my
$MAX_VNODES
=
32
;
my
$MAX_VNODES
=
16
;
# Minimum GB of disk per vnode
my
$MIN_GB_DISK
=
6
;
...
...
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