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 /scripts/Dockerfile.32 | |
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 'scripts/Dockerfile.32')
-rw-r--r-- | scripts/Dockerfile.32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dockerfile.32 b/scripts/Dockerfile.32 index 9622c48a17..01025340f7 100644 --- a/scripts/Dockerfile.32 +++ b/scripts/Dockerfile.32 @@ -8,6 +8,6 @@ RUN tar xzf otp.tar.gz WORKDIR /buildroot/otp/ -ENV MAKEFLAGS -j10 +ENV MAKEFLAGS -j4 CMD ./scripts/build-otp |