diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/turris-common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/turris-common.sh b/scripts/turris-common.sh index 8a4e4e6..fafcc82 100644 --- a/scripts/turris-common.sh +++ b/scripts/turris-common.sh @@ -1,5 +1,5 @@ -parallel=-j8 -make="make -j8 IS_TTY=1 BUILD_LOG=1" +parallel=-j4 +make="make -j4 IS_TTY=1 BUILD_LOG=1" if [ "$V" -ge 1 ]; then parallel=-j1 make="make -j1 IS_TTY=1 BUILD_LOG=1 V=99" |