tests: bump up QEMU_MEM

This commit is contained in:
Evgeny Vereshchagin 2019-07-16 15:01:26 +00:00
parent ee784fff1a
commit 038bf640e9
1 changed files with 1 additions and 1 deletions

View 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.