cm: mka nicer
Change-Id: Iec38c313c9eb88a74c7bf7a5cf424131b568ac0a
This commit is contained in:
parent
e4831010f3
commit
36ae30b879
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue