From 6a9c4977683a30fcd36baf64e35255e9846028c6 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 25 Aug 2022 14:52:30 +0200 Subject: test: bump the base VM memory to 768M as with 512M some tests occasionally trip off OOM-killer (e.g. TEST-64 + multipath). --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-functions') diff --git a/test/test-functions b/test/test-functions index 14344a4d1e..359eb90314 100644 --- a/test/test-functions +++ b/test/test-functions @@ -483,7 +483,7 @@ run_qemu() { qemu_options+=( -smp "$QEMU_SMP" -net none - -m "${QEMU_MEM:-512M}" + -m "${QEMU_MEM:-768M}" -nographic -kernel "$KERNEL_BIN" -drive "format=raw,cache=unsafe,file=$image" -- cgit v1.2.1