Skip to content

Commit 8ae3b4f

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "XenAPI: Default JEOS VM to only use 1GB RAM"
2 parents 4ce9ec6 + 1340ee7 commit 8ae3b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/xen/install_os_domU.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ if [ -z "$templateuuid" ]; then
227227
-n "$UBUNTU_INST_BRIDGE_OR_NET_NAME" \
228228
-l "$GUEST_NAME"
229229

230-
set_vm_memory "$GUEST_NAME" "$OSDOMU_MEM_MB"
230+
set_vm_memory "$GUEST_NAME" "1024"
231231

232232
xe vm-start vm="$GUEST_NAME"
233233

0 commit comments

Comments
 (0)