Skip to content

Commit

Permalink
make -j2 to try to lessen memory usage of gcc in DockerHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 3, 2016
1 parent 0fe0fe5 commit 00cb291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Expand Up @@ -37,7 +37,7 @@ RUN git clone --depth=1 https://github.com/PDAL/PDAL \
-DWITH_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \
.. \
&& make -j4 \
&& make -j2 \
&& make install \
&& rm -rf /PDAL

Expand Down

0 comments on commit 00cb291

Please sign in to comment.