Merge "XenAPI: Increase OpenStack DomU usage again"

This commit is contained in:
Jenkins 2015-06-09 23:00:16 +00:00 committed by Gerrit Code Review
commit 6108092d30

View File

@ -14,12 +14,12 @@ CLEAN_TEMPLATES=${CLEAN_TEMPLATES:-false}
# Size of image # Size of image
VDI_MB=${VDI_MB:-5000} VDI_MB=${VDI_MB:-5000}
# Devstack now contains many components. 3GB ram is not enough to prevent # Devstack now contains many components. 4GB ram is not enough to prevent
# swapping and memory fragmentation - the latter of which can cause failures # swapping and memory fragmentation - the latter of which can cause failures
# such as blkfront failing to plug a VBD and lead to random test fails. # such as blkfront failing to plug a VBD and lead to random test fails.
# #
# Set to 4GB so an 8GB XenServer VM can have a 1GB Dom0 and leave 3GB for VMs # Set to 6GB so an 8GB XenServer VM can have a 1GB Dom0 and leave 1GB for VMs
OSDOMU_MEM_MB=4096 OSDOMU_MEM_MB=6144
OSDOMU_VDI_GB=8 OSDOMU_VDI_GB=8
# Network mapping. Specify bridge names or network names. Network names may # Network mapping. Specify bridge names or network names. Network names may