fix virt-install command param for memory

This commit is contained in:
Arif Ali 2021-12-20 00:22:13 +00:00
parent 5a80b36dce
commit 3d718f3074
Signed by: arif
GPG Key ID: 369608FBA1353A70

View File

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