Allow ram to ballon 1.5 times allocated
This commit is contained in:
parent
2f59149510
commit
52daf21f48
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user