summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2023-02-13 10:15:15 +0100
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2023-02-13 11:20:49 +0100
commit52073f8ee6ae86b018e8303714a2bfa78980e7e4 (patch)
treea4d4b4a17dd6a87fd217d78dae4ed27aef4b1e81 /scripts
parent64594cb608a4a2e36465374bca0078fd90ada771 (diff)
downloadvyos-build-52073f8ee6ae86b018e8303714a2bfa78980e7e4.tar.gz
vyos-build-52073f8ee6ae86b018e8303714a2bfa78980e7e4.zip
debian: T5003: Increase VM memory - tests failed due to OOM condition
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 246f90b8..ff818a10 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 sockets=1,cpus={cpucount},cores=1 \
-cpu host \
{uefi} \
- -m 2G \
+ -m 3G \
-vga none \
-nographic \
-machine accel=kvm \