gitlab-ci: switch glibc to a memory conserving mode

This commit is contained in:
Hans-Christoph Steiner 2016-04-05 00:24:24 +02:00
parent a4161aeb73
commit d8c87c3d4b

View File

@ -8,6 +8,8 @@ cache:
variables: variables:
AVD_SDK: "17" AVD_SDK: "17"
SKIN: "QVGA" SKIN: "QVGA"
# switch glibc to a memory conserving mode
MALLOC_ARENA_MAX: "2"
gradle: gradle:
script: script: