diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-11 21:00:31 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-11 21:00:31 +0200 |
commit | e32653638069fff4144c3a7d851410c36b63036c (patch) | |
tree | cd6814ad00cade67b4acca47bbe9be62951a6156 /scripts | |
parent | 79dc790ff311c5bca7653851618571483ed4d5ec (diff) | |
download | vyos-build-e32653638069fff4144c3a7d851410c36b63036c.tar.gz vyos-build-e32653638069fff4144c3a7d851410c36b63036c.zip |
Testsuite: increase memory to 2G for fastnetmon testcase
Diffstat (limited to 'scripts')
-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 aaac8250..18907cb9 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -143,7 +143,7 @@ def get_qemu_cmd(name, enable_kvm, enable_uefi, disk_img, raid=None, iso_img=Non -smp sockets=1,cpus={cpucount},cores=1 \ -cpu host \ {uefi} \ - -m 1G \ + -m 2G \ -vga none \ -nographic \ -machine accel=kvm \ |