From: Hades DAQ Date: Fri, 1 Mar 2019 14:10:46 +0000 (+0100) Subject: make root/dabc/stream/go4 only with -j2 (2 cores) by default to not crash smaller... X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=96c4defe2773acd9d367a1ef31985cf535ca8ad3;p=dockerfiles.git make root/dabc/stream/go4 only with -j2 (2 cores) by default to not crash smaller systems --- diff --git a/go4_trbnet/go4_trbnet_leap_15.0_stable_2018-03-01/Dockerfile b/go4_trbnet/go4_trbnet_leap_15.0_stable_2018-03-01/Dockerfile index 70552ec..cee15c4 100644 --- a/go4_trbnet/go4_trbnet_leap_15.0_stable_2018-03-01/Dockerfile +++ b/go4_trbnet/go4_trbnet_leap_15.0_stable_2018-03-01/Dockerfile @@ -76,7 +76,7 @@ ENV DABC_TRB3_REV=4242 RUN svn checkout -r $DABC_TRB3_REV https://subversion.gsi.de/dabc/trb3 -RUN cd /trb3; make -j4; make_exit_value=$?; \ +RUN cd /trb3; make -j2; make_exit_value=$?; \ echo -e "\n\n---- display make log: ----\n\n"; \ cat $(find . -iname "makelog.txt"); \ $( exit $make_exit_value )