diff options
author | Björn Gustavsson <[email protected]> | 2017-03-07 11:54:39 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-03-08 07:33:20 +0100 |
commit | cc96d254379776c83aa85bad397a24fc4365c5c6 (patch) | |
tree | 78613fae04fd361f9005a91829a1137e2ea0ee47 /.travis.yml | |
parent | a434fa4622023560e2877a1de698fd4fd15e6b31 (diff) | |
download | otp-cc96d254379776c83aa85bad397a24fc4365c5c6.tar.gz otp-cc96d254379776c83aa85bad397a24fc4365c5c6.tar.bz2 otp-cc96d254379776c83aa85bad397a24fc4365c5c6.zip |
Reduce number of jobs for make
Running fewer jobs in parallel reduces the risk of running out
of memory.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 414107e10f..8fc3478379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: - export ERL_TOP=$PWD - export PATH=$ERL_TOP/bin:$PATH - export ERL_LIBS='' - - export MAKEFLAGS=-j6 + - export MAKEFLAGS=-j4 script: - ./scripts/build-otp |