Browse code

XenAPI: Increase OpenStack DomU usage again

Devstack has continued to grow in memory requirements and now we cannot
reliably fit in 4GB, with several services being unable to start. Increase
the minimum for DomU to 6GB to leave room for virtual machines

Change-Id: Idbdfa1f36015b6af347d1ce27eb28baa360af5ef

Bob Ball authored on 2015/05/28 14:42:03
Showing 1 changed files
... ...
@@ -14,12 +14,12 @@ CLEAN_TEMPLATES=${CLEAN_TEMPLATES:-false}
14 14
 # Size of image
15 15
 VDI_MB=${VDI_MB:-5000}
16 16
 
17
-# Devstack now contains many components.  3GB ram is not enough to prevent
17
+# Devstack now contains many components.  4GB ram is not enough to prevent
18 18
 # swapping and memory fragmentation - the latter of which can cause failures
19 19
 # such as blkfront failing to plug a VBD and lead to random test fails.
20 20
 #
21
-# Set to 4GB so an 8GB XenServer VM can have a 1GB Dom0 and leave 3GB for VMs
22
-OSDOMU_MEM_MB=4096
21
+# Set to 6GB so an 8GB XenServer VM can have a 1GB Dom0 and leave 1GB for VMs
22
+OSDOMU_MEM_MB=6144
23 23
 OSDOMU_VDI_GB=8
24 24
 
25 25
 # Network mapping. Specify bridge names or network names. Network names may