Skip to content

BFS vs. Mainline Scheduler: Discussion

pubbs.net
12 pointsbwag4 comments
On HN

Comments

Having read through the entire (long) discussion, the main takeaway was that setting NO-NEW-FAIR-SLEEPERS caused all of the complaints actual users had about the mainline kernel stuttering, causing frames in videos to skip, etc to all go away. One one system you could enable it with

echo NO-NEW-FAIR-SLEEPERS > /sys/kernel/debug/sched-features

but on another system it was

echo NO-NEW-FAIR-SLEEPERS > /debug/sched-features

Perhaps those two commands do the same thing? Anyways if you're using Linux as a desktop, and you are unhappy with the current scheduler, you should try that as it seems to help a lot of people.

Well if you can't find the file sched_features in /sys/kernel/debug or in /debug you can mount it using -

  sudo mount -t debugfs none /sys/kernel/debug
and then proceed to doing the echo thing.

Atleast for me, in Ubuntu 8.10 this directory wasn't mounted automatically !

this long term ingo vs con hostility is a good example of how human feeling interacts with technical matters.

It is all public so hopefully we may learn from it

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.