T6484: Smoketest: Increase KVM memory limit

This commit is contained in:
Matthew Kobayashi 2024-06-13 15:32:24 +10:00
parent 1bffee8e7b
commit 893a90fa60
No known key found for this signature in database

View File

@ -150,7 +150,7 @@ def get_qemu_cmd(name, enable_kvm, enable_uefi, disk_img, raid=None, iso_img=Non
-smp {cpucount},sockets=1,cores={cpucount},threads=1 \ -smp {cpucount},sockets=1,cores={cpucount},threads=1 \
-cpu host \ -cpu host \
{uefi} \ {uefi} \
-m 3G \ -m 4G \
-vga none \ -vga none \
-nographic \ -nographic \
-machine accel=kvm \ -machine accel=kvm \