From 6b7c7debff5586af3f88df139a74d29258d48aa2 Mon Sep 17 00:00:00 2001 From: N0VA Date: Thu, 5 Feb 2026 14:49:59 +0100 Subject: [PATCH] Increase VM memory allocation to 8GB --- run_vm_uefi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_vm_uefi.sh b/run_vm_uefi.sh index 8548982..45bdbed 100755 --- a/run_vm_uefi.sh +++ b/run_vm_uefi.sh @@ -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" \