XenAPI: Default JEOS VM to only use 1GB RAM
While Devstack needs 4GB RAM (or more!) the JEOS used as the base for the Devstack VM for XenServer needs much less. Allowing the initial install to use 1GB means we have lower requirements overall Change-Id: Iecaeeb4db0dffcc43c5532b5d57cb041d47047a6
This commit is contained in:
parent
bf8881e6c2
commit
1340ee72bf
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user