test: bump QEMU memory to 1536M when running under ASan/UBSan

This commit is contained in:
Frantisek Sumsal
2019-01-11 16:49:49 +01:00
parent 3071b3ff6e
commit 670bec2b07

View File

@@ -52,6 +52,7 @@ if [[ "$IS_BUILT_WITH_ASAN" = "yes" ]]; then
STRIP_BINARIES=no
SKIP_INITRD=yes
PATH_TO_INIT=$ROOTLIBDIR/systemd-under-asan
QEMU_MEM="1536M"
fi
function find_qemu_bin() {