kernel - Reduce priority range from dynamic priority
commitabc0cda7b4a0a92afab15645d5adfac57af02866
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 7 Feb 2017 02:06:14 +0000 (6 18:06 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 7 Feb 2017 02:06:14 +0000 (6 18:06 -0800)
treefd16fa9fe4a10f1b797dae7246f5b5fc5f31c380
parentf545b54187a58f5dd6313b8aa457eb01721fe299
kernel - Reduce priority range from dynamic priority

* Reduce the priority range that the estcpu mechanism can move a process
  over.  The general effect is that a nice +20 process will now get much
  less cpu than it used to verses a nice +0 process.

* In addition, due to the change, a nice +20 process will not get any cpu
  at all verses a nice -12 or lower process.  Before a nice +20 process
  would always still get a little cpu verses a nice -20 process, but that
  will no longer be the case.
sys/kern/usched_dfly.c