From cba72efa5a2040d5db646e4aa38fca327905b194 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Tue, 4 Mar 2014 12:00:41 -0700 Subject: [PATCH] Bump XEN memory default from 256 to 512MB. --- tbsetup/libvtop_test.pm.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tbsetup/libvtop_test.pm.in b/tbsetup/libvtop_test.pm.in index 75ba27883..c21912f4a 100755 --- a/tbsetup/libvtop_test.pm.in +++ b/tbsetup/libvtop_test.pm.in @@ -1423,8 +1423,8 @@ sub LoadVirtNodes($) if (defined($vnode->_parent_osinfo()) && $vnode->_parent_osinfo()->osname() =~ /xen/i) { - $defmem = 256; - $minmem = 192; + $defmem = 512; + $minmem = 256; $maxmem = 1024; } if (!exists($vnode->_desires()->{"?+ram"})) { -- GitLab