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
c500ebf6
Commit
c500ebf6
authored
Aug 24, 2015
by
Leigh B Stoller
Browse files
Add a couple more exceptions for ram setting. Needs to be generalized.
parent
219d771b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop_test.pm.in
View file @
c500ebf6
...
...
@@ -1421,7 +1421,10 @@ sub LoadVirtNodes($)
# We need a way to associate these defaults with the virtualization
# type, but that is a function of the image. Needs more thought.
#
if
($
isvirt
&&
$
vnode
->
type
()
ne
"blockstore"
)
{
if ($isvirt &&
!($vnode->type() eq "blockstore" ||
$vnode->type() eq "interconnect" ||
$vnode->type() eq "interconnect-vm")) {
my $defmem = 128;
my $minmem = 128;
my $maxmem = 128;
...
...
Write
Preview
Supports
Markdown
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