From: Henrik Gombos Date: Sat, 29 Jul 2023 02:49:21 +0000 (-0400) Subject: test: increase test VM memory from 512M to 1024M to avoid OOM killer X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c46513fb21b51934d0862a234e55b759360917cd;p=thirdparty%2Fdracut.git test: increase test VM memory from 512M to 1024M to avoid OOM killer --- 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)