summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-07-16 15:01:26 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2019-07-16 15:01:26 +0000
commit038bf640e920944fac57b75879059b1f8a262824 (patch)
tree7ea55e3bc8ff1add854f3b0dbb6634ebe6649ce7 /test
parentee784fff1af4da2151309f3a943257537f507cc8 (diff)
downloadsystemd-038bf640e920944fac57b75879059b1f8a262824.tar.gz
tests: bump up QEMU_MEM
Diffstat (limited to 'test')
-rw-r--r--test/test-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions
index 5dbbff0f06..1aef07a44e 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.