summaryrefslogtreecommitdiff
path: root/qemu/run_qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/run_qemu.sh')
-rwxr-xr-xqemu/run_qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/run_qemu.sh b/qemu/run_qemu.sh
index 62b2815..6004cd7 100755
--- a/qemu/run_qemu.sh
+++ b/qemu/run_qemu.sh
@@ -21,7 +21,7 @@ print_help () {
[ $# -lt 2 ] && print_help
# common args
-common_args+=' -m 4096 -smp 2 -show-cursor'
+common_args+=' -m 1024 -smp 2 -show-cursor'
common_args+=' -serial stdio '
# setup RNG
common_args+=' -device virtio-rng-pci '