aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/qemu-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemu-wrapper.sh b/scripts/qemu-wrapper.sh
index 49c01ec..dd0200d 100755
--- a/scripts/qemu-wrapper.sh
+++ b/scripts/qemu-wrapper.sh
@@ -12,7 +12,7 @@ if [ -z "$ISO_PATH" ]; then
fi
ARGS=(
- "-m" "32M"
+ "-m" "64M"
"-machine" "q35"
"-smp" "4,sockets=1,cores=4,threads=1"
"-display" "curses"