Skip to content

Commit

Permalink
Merge pull request #656 from MattKobayashi/current
Browse files Browse the repository at this point in the history
T6484: Smoketest: Increase KVM memory limit
  • Loading branch information
c-po authored Jun 14, 2024
2 parents 29bf1f3 + 893a90f commit 710351e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-qemu-install
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
-cpu host \
{uefi} \
-m 3G \
-m 4G \
-vga none \
-nographic \
-machine accel=kvm \
Expand Down

0 comments on commit 710351e

Please sign in to comment.