The post revisits the concept of Linux CPU scheduling, focusing on features like `autogroup` introduced in Linux 2.6.38, which groups processes by terminal windows, impacting their CPU time allocation. It also explores how `nice` values affect process prioritization within these groups and highlights the dominance of `cgroups`
Table of contents
The effects of autogroupnice was "neutralized"cgroups win over autogroupScheduling is hierarchicalCan you get global nice back?Conclusion1 Comment
Sort: