cm: mka nicer

Change-Id: Iec38c313c9eb88a74c7bf7a5cf424131b568ac0a
This commit is contained in:
Steve Kondik 2016-10-26 17:37:40 -07:00
parent e4831010f3
commit 36ae30b879

View file

@ -678,7 +678,7 @@ function mka() {
make -C $T -j `sysctl hw.ncpu|cut -d" " -f2` "$@"
;;
*)
mk_timer schedtool -B -n 1 -e ionice -n 1 make -C $T -j$(cat /proc/cpuinfo | grep "^processor" | wc -l) "$@"
mk_timer schedtool -B -n 10 -e ionice -n 7 make -C $T -j$(cat /proc/cpuinfo | grep "^processor" | wc -l) "$@"
;;
esac