From f07eb9008b9e03bdc738ab6f523ba060e573d358 Mon Sep 17 00:00:00 2001 From: cvoges12 Date: Mon, 27 Sep 2021 21:32:12 +0000 Subject: [PATCH] giving it more memory --- src/vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm.sh b/src/vm.sh index 9802583..81325ce 100755 --- a/src/vm.sh +++ b/src/vm.sh @@ -15,7 +15,7 @@ qemu-system-x86_64 \ -smp 4 \ -net nic \ -net user,hostname=windowsvm \ - -m 4G \ + -m 8G \ -boot d \ -cdrom ${ISO} \ -drive file=${DRIVE},format=raw,cache=none,if=virtio \