|
...
|
...
|
@@ -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
|