fix virt-install command param for memory
This commit is contained in:
parent
5a80b36dce
commit
3d718f3074
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user