]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test: increase test VM memory from 512M to 1024M to avoid OOM killer
authorHenrik Gombos <henrik99999@gmail.com>
Sat, 29 Jul 2023 02:49:21 +0000 (22:49 -0400)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Mon, 31 Jul 2023 07:15:14 +0000 (09:15 +0200)
test/run-qemu

index 0d1bd6806b7e5e26bfa2d28328bd54cf8c7e8304..fdbe92a1c6fd0ea9a401026e8afb451a4f22dfe8 100755 (executable)
@@ -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)