summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-11-01 14:53:06 +0100
committerGitHub <noreply@github.com>2017-11-01 14:53:06 +0100
commit2f3dd43fdc241e6799f601af5541a1e4b57f7e85 (patch)
tree603b048cc4d067c31137658516e96bf690026f24 /travis
parent451f936c4d19ae8dc08332682d06c6caa3a39000 (diff)
Tune malloc to reduce chance of OoM
Relates to #3651
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-full.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/travis-build-full.sh b/travis/travis-build-full.sh
index 077a411f7f4..94036647cde 100755
--- a/travis/travis-build-full.sh
+++ b/travis/travis-build-full.sh
@@ -4,6 +4,7 @@ set -e
export SOURCE_DIR=/source
export NUM_THREADS=4
+export MALLOC_ARENA_MAX=1
source /etc/profile.d/devtoolset-6.sh || true
ccache --max-size=1250M