summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-11-13 16:03:02 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-11-14 11:27:21 +0100
commit0c77d020ad6d2cef44dc3dead1b845e11f444dd4 (patch)
treeebea8d88ae5d7382997603b85d23d0ec758581b6 /travis
parent55c3bc5d24ee6d2ba7c6d886c10629ae7600199a (diff)
Increase number of threads
Increase the number of threads to match the new premium VMs with 4 cores
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-full.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-build-full.sh b/travis/travis-build-full.sh
index 01333c9d0dd..fc0efb843aa 100755
--- a/travis/travis-build-full.sh
+++ b/travis/travis-build-full.sh
@@ -3,7 +3,7 @@
set -e
export SOURCE_DIR=/source
-export NUM_THREADS=4
+export NUM_THREADS=6
export MALLOC_ARENA_MAX=1
export MAVEN_OPTS="-Xms128m -Xmx2g"
source /etc/profile.d/devtoolset-6.sh || true