Increase VM memory allocation to 8GB

This commit is contained in:
2026-02-05 14:49:59 +01:00
parent 9fcbf6f204
commit 6b7c7debff

View File

@@ -27,7 +27,7 @@ echo "Disk: $DISK_PATH"
# We use format=qcow2 for pflash1 to allow snapshots (savevm)
qemu-system-x86_64 \
-enable-kvm \
-m 4G \
-m 8G \
-smp 2 \
-cpu host \
-drive if=pflash,format=raw,readonly=on,file="$OVMF_CODE" \