Ubuntu核心使用的调度机制是什么?这是完全公平的计划(CFS)吗?
发布于 2018-11-01 13:39:53
根据手册页的说法:
Since Linux 2.6.23, the default scheduler is CFS, the "Completely Fair Scheduler".
The CFS scheduler replaced the earlier "O(1)" scheduler.https://askubuntu.com/questions/1089191
复制相似问题