From c46513fb21b51934d0862a234e55b759360917cd Mon Sep 17 00:00:00 2001 From: Henrik Gombos Date: Fri, 28 Jul 2023 22:49:21 -0400 Subject: [PATCH] test: increase test VM memory from 512M to 1024M to avoid OOM killer --- test/run-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-qemu b/test/run-qemu index 0d1bd6806..fdbe92a1c 100755 --- a/test/run-qemu +++ b/test/run-qemu @@ -20,7 +20,7 @@ QEMU_CPU="${QEMU_CPU:-max}" } # Provide rng device sourcing the hosts /dev/urandom and other standard parameters -ARGS+=(-M q35 -smp 2 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci) +ARGS+=(-M q35 -smp 2 -m 1024 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci) if ! [[ $* == *-daemonize* ]] && ! [[ $* == *-daemonize* ]]; then ARGS+=(-serial stdio) -- 2.47.2