From bfb880d547d03e8eb2230b9c9ad6baf374f2d3c3 Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Wed, 2 Oct 2013 17:44:18 +0100 Subject: [PATCH] xenapi: increase default memory to 3G Devstack was swapping with 2G Change-Id: I8fe77591cb0ca0f946028d7219b43d77eea3419f --- tools/xen/xenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xen/xenrc b/tools/xen/xenrc index f698be1085..6372ea7faa 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=2048 +OSDOMU_MEM_MB=3072 OSDOMU_VDI_GB=8 # Network mapping. Specify bridge names or network names. Network names may