Skip to content

Commit

Permalink
test: increase test VM memory from 512M to 1024M to avoid OOM killer
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik66 authored and aafeijoo-suse committed Jul 31, 2023
1 parent a804945 commit c46513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-qemu
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c46513f

Please sign in to comment.