Hacker News new | past | comments | ask | show | jobs | submit login
BFS vs. Mainline Scheduler: Discussion (pubbs.net)
12 points by bwag on Oct 17, 2009 | hide | past | favorite | 4 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




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: