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 \