Set RAM to something larger than qemu default.
[qemu-sanity-check.git] / qemu-sanity-check.in
index 5a3594a..5066ebc 100644 (file)
@@ -28,6 +28,7 @@ verbose=no
 timeout=10m
 accel=kvm:tcg
 cpu=
+memory=768
 machine=
 
 # Both libguestfs and virt-manager choose cpu=host when we think that
@@ -189,6 +190,8 @@ if [ "$cpu" != "" ]; then
     argv[$((i++))]="-cpu"
     argv[$((i++))]="$cpu"
 fi
+argv[$((i++))]="-m"
+argv[$((i++))]="$memory"
 argv[$((i++))]="-no-reboot"
 argv[$((i++))]="-serial"
 argv[$((i++))]="file:$test_output"