Support extracting /log to /out.
[nethome.git] / bin / errs2
index 7563cf7..2ba4f45 100755 (executable)
--- a/bin/errs2
+++ b/bin/errs2
@@ -9,7 +9,7 @@ fi
 j=""
 cpus="`getconf _NPROCESSORS_ONLN`"
 if [ -n "$cpus" ];then
-       j="-j$[$cpus+1]"
+       j="-j$[$cpus*3/2]"
 fi
 (
        set -ex