]> git.hungrycats.org Git - linux/commitdiff
zygo: OK maybe 96 kernel jobs at once is a bit excessive
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Thu, 2 Apr 2020 15:04:32 +0000 (11:04 -0400)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Sat, 6 Mar 2021 14:44:30 +0000 (09:44 -0500)
(cherry picked from commit 024c282a872f25b471b45cb14ba27dd7d6f5f0ec)
(cherry picked from commit 838da32fd5848271ee85de80017600cbc151e0ff)

zygo/make-kernel

index f9c0856ec93bf580e062ead54641aa6aae818888..202e823fe126835cfe67fab0e9174bf038173fc0 100755 (executable)
@@ -13,5 +13,5 @@ cd .
        KBUILD_DIR=$PWD
        set +a
        procsOnln=$(getconf _NPROCESSORS_ONLN)
-       annotate-output make -j$((procsOnln * 4)) bindeb-pkg EXTRAVERSION="$EXTRAVERSION"
+       annotate-output make -j$((procsOnln * 2)) bindeb-pkg EXTRAVERSION="$EXTRAVERSION"
 ) 2>&1 | tee make.log