diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-14 14:11:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 14:11:04 +0200 |
commit | 710351e0b53bc2fed5630a240070054939128825 (patch) | |
tree | 00a4eca8f24b18c0a94b5c7a65704c2e421e4c6c | |
parent | 29bf1f3e3ee509f1dea1ff1f590b9fb5af9f926f (diff) | |
parent | 893a90fa6016b58c8f5802265599d9d19cd4f0dc (diff) | |
download | vyos-build-710351e0b53bc2fed5630a240070054939128825.tar.gz vyos-build-710351e0b53bc2fed5630a240070054939128825.zip |
Merge pull request #656 from MattKobayashi/current
T6484: Smoketest: Increase KVM memory limit
-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 b8f3806b..ea3aef63 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -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 \ |