Signed-off-by: Anthony PERARD <anthony.per...@citrix.com>
---
 ts-xen-install | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ts-xen-install b/ts-xen-install
index 0f53382..17edfb7 100755
--- a/ts-xen-install
+++ b/ts-xen-install
@@ -153,7 +153,8 @@ sub setupboot () {
        logm("No Xen console device defined for host");
     }
     if (toolstack($ho)->{Dom0MemFixed}) {
-        $xenhopt .= " dom0_mem=512M,max:512M";
+        my $mem = $r{'dom0_mem'} // 512;
+        $xenhopt .= " dom0_mem=${mem}M,max:${mem}M";
     }
 
     # If /boot/microcode.cpio is present then ts-host-install has
-- 
Anthony PERARD


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to