diff options
author | Matthew Kobayashi <matthew@kobayashi.au> | 2024-06-13 15:32:24 +1000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-06-14 12:12:17 +0000 |
commit | 7057a25a2c0297245294d7d5c71e79ac09e02e94 (patch) | |
tree | dd5e4888f0c8034b892b69a615eee0e63cff96b9 | |
parent | 6158cee7926b34c4b81448842c372051b517fa95 (diff) | |
download | vyos-build-7057a25a2c0297245294d7d5c71e79ac09e02e94.tar.gz vyos-build-7057a25a2c0297245294d7d5c71e79ac09e02e94.zip |
T6484: Smoketest: Increase KVM memory limit
(cherry picked from commit 893a90fa6016b58c8f5802265599d9d19cd4f0dc)
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index b3d9f3a1..ed1b6dff 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -146,7 +146,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 \ |