Merge "XenAPI: Default JEOS VM to only use 1GB RAM"

This commit is contained in:
Jenkins 2015-03-09 11:07:39 +00:00 committed by Gerrit Code Review
commit 8ae3b4f017

View File

@ -227,7 +227,7 @@ if [ -z "$templateuuid" ]; then
-n "$UBUNTU_INST_BRIDGE_OR_NET_NAME" \
-l "$GUEST_NAME"
set_vm_memory "$GUEST_NAME" "$OSDOMU_MEM_MB"
set_vm_memory "$GUEST_NAME" "1024"
xe vm-start vm="$GUEST_NAME"