Allow ram to ballon 1.5 times allocated

This commit is contained in:
Arif Ali 2021-12-19 16:31:36 +00:00
parent 2f59149510
commit 52daf21f48
Signed by: arif
GPG Key ID: 369608FBA1353A70
2 changed files with 1 additions and 2 deletions

View File

@ -292,7 +292,6 @@ clouds:
type: maas
auth-types: [ oauth1 ]
description: MAAS cloud for $cloud_name
# endpoint: ${maas_endpoint:0:-8}
endpoint: $maas_endpoint
config:
enable-os-refresh-update: true

View File

@ -422,7 +422,7 @@ build_vms() {
--video qxl,vram=256 \
--channel spicevmc \
--name "$virt_node" \
--ram "$ram" \
--ram "memory=$(( $ram * 6 / 4 )),currentMemory=$ram" \
--vcpus "$vcpus" \
--console pty,target_type=serial \
--graphics spice,clipboard_copypaste=no,mouse_mode=client,filetransfer_enable=off \