[PATCH v2 12/12] sched/fair: Enable increased scale for kernel load

2016-05-02 Thread Yuyang Du
The increased scale or precision for kernel load has been disabled since the commit e4c2fb0d5776 ("sched: Disable (revert) SCHED_LOAD_SCALE increase"). But we do need it when we have task groups, especially on bigger machines. Otherwise, we probably will run out of precision for load distribution.

[PATCH v2 12/12] sched/fair: Enable increased scale for kernel load

2016-05-02 Thread Yuyang Du
The increased scale or precision for kernel load has been disabled since the commit e4c2fb0d5776 ("sched: Disable (revert) SCHED_LOAD_SCALE increase"). But we do need it when we have task groups, especially on bigger machines. Otherwise, we probably will run out of precision for load distribution.