From 4728001d014a38409aabf639fc9a06024342321a Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Sat, 31 Aug 2013 12:12:46 +0100 Subject: [PATCH] xenapi: Increase default OS domU memory to 2G In XenServer scenarios, an additional domU is created to run OpenStack services. This change is increasing the memory for that VM to speed up test runs. Change-Id: I322f4e4703e506620fa7e7456c4264ee0d050edc --- tools/xen/xenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xen/xenrc b/tools/xen/xenrc index 03b30ac55e..f698be1085 100644 --- a/tools/xen/xenrc +++ b/tools/xen/xenrc @@ -13,7 +13,7 @@ CLEAN_TEMPLATES=${CLEAN_TEMPLATES:-false} # Size of image VDI_MB=${VDI_MB:-5000} -OSDOMU_MEM_MB=1024 +OSDOMU_MEM_MB=2048 OSDOMU_VDI_GB=8 # Network mapping. Specify bridge names or network names. Network names may