From 038bf640e920944fac57b75879059b1f8a262824 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 16 Jul 2019 15:01:26 +0000 Subject: [PATCH] tests: bump up QEMU_MEM --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-functions b/test/test-functions index 5dbbff0f068..1aef07a44eb 100644 --- a/test/test-functions +++ b/test/test-functions @@ -52,7 +52,7 @@ if [[ "$IS_BUILT_WITH_ASAN" = "yes" ]]; then STRIP_BINARIES=no SKIP_INITRD="${SKIP_INITRD:-yes}" PATH_TO_INIT=$ROOTLIBDIR/systemd-under-asan - QEMU_MEM="1536M" + QEMU_MEM="2048M" QEMU_SMP=4 # We need to correctly distinguish between gcc's and clang's ASan DSOs. -- 2.47.3