]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: bump up QEMU_MEM 12851/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 16 Jul 2019 15:01:26 +0000 (15:01 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 16 Jul 2019 15:01:26 +0000 (15:01 +0000)
test/test-functions

index 5dbbff0f068a2c87f4220ca2671684e8b75a63df..1aef07a44eb1485e7306abd7b133abe26d33c564 100644 (file)
@@ -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.