On Sat, 2008-08-16 at 11:55 +0200, Stefani Seibold wrote:
Has nothing to do with CFS, but everything to do with the fact that we
now have a 95% bandwidth control by default.
Does doing:
echo -1 > /proc/sys/kernel/sched_rt_runtime_us
fix it?
So, up to 95% cpu usage (per sched_rt_period_us) FIFO and RR behave like
they always did, once they cross that line, they'll be throttled.
95% seemed like a sane default in that it leaves a little room to
recover from a run-away rt process (esp handy now that !root users can
also use RT scheduling classes), and should be enough for most
applications as they usually don't consume all that much time.
--