summaryrefslogtreecommitdiffstats
path: root/parallel_xz.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-11-19 17:58:30 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2020-11-19 17:58:30 +0100
commitd17259e62379cc156675b9cf903e6cfdf677a27e (patch)
treecc421f6adc609d4abc465b24b0dfec7d46513c3c /parallel_xz.sh
parent28e02b230b1d8d1d2c244ddaf8aa1fca7ffa49a5 (diff)
parent9a733b7fc936752211d28f5c0fca84ddd7aa7da4 (diff)
downloadkernel-5.10.0-0.rc4.20201119gitc2e7554e1b85.81.vanilla.1.fc33.tar.gz
kernel-5.10.0-0.rc4.20201119gitc2e7554e1b85.81.vanilla.1.fc33.tar.xz
kernel-5.10.0-0.rc4.20201119gitc2e7554e1b85.81.vanilla.1.fc33.zip
Diffstat (limited to 'parallel_xz.sh')
-rwxr-xr-xparallel_xz.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel_xz.sh b/parallel_xz.sh
index 65621501c..e2c961102 100755
--- a/parallel_xz.sh
+++ b/parallel_xz.sh
@@ -17,8 +17,8 @@ while test "$#" != 0; do
done
#This seems to cause problems with large numbers
-if (( $procgroup > 8 )); then
- procgroup=8
+if (( $procgroup > 4 )); then
+ procgroup=4
fi
# If told to use only one cpu: