Re: CFS review

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Saturday, August 25, 2007 - 4:15 pm

* Al Boldi <a1426z@gawab.com> wrote:


you can turn sleeper-fairness off via:

   echo 28 > /proc/sys/kernel/sched_features

another thing to try would be:

   echo 12 > /proc/sys/kernel/sched_features

(that's the new-task penalty turned off.)

Another thing to try would be to edit this:

        if (sysctl_sched_features & SCHED_FEAT_START_DEBIT)
                p->se.wait_runtime = -(sched_granularity(cfs_rq) / 2);

to:

        if (sysctl_sched_features & SCHED_FEAT_START_DEBIT)
                p->se.wait_runtime = -(sched_granularity(cfs_rq);

and could you also check 20.4 on 2.6.22.5 perhaps, or very latest -git? 
(Peter has experienced smaller spikes with that.)

	Ingo
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: CFS review, Al Boldi, (Sat Aug 11, 3:44 am)
Re: CFS review, Ingo Molnar, (Sat Aug 11, 9:17 pm)
Re: CFS review, Al Boldi, (Sun Aug 12, 8:27 am)
Re: CFS review, Ingo Molnar, (Sun Aug 12, 8:52 am)
Re: CFS review, Al Boldi, (Sun Aug 12, 12:43 pm)
Re: CFS review, Ingo Molnar, (Tue Aug 21, 3:58 am)
Re: CFS review, Al Boldi, (Tue Aug 21, 3:27 pm)
Re: CFS review, Ingo Molnar, (Fri Aug 24, 6:45 am)
Re: CFS review, Al Boldi, (Sat Aug 25, 3:27 pm)
Re: CFS review, Ingo Molnar, (Sat Aug 25, 4:15 pm)
Re: CFS review, Al Boldi, (Sun Aug 26, 9:27 am)
Re: CFS review, Ingo Molnar, (Sun Aug 26, 9:39 am)
Re: CFS review, Al Boldi, (Sun Aug 26, 9:06 pm)
Re: CFS review, Ingo Molnar, (Mon Aug 27, 3:53 am)
Re: CFS review, Al Boldi, (Mon Aug 27, 7:46 am)
Re: CFS review, Ingo Molnar, (Mon Aug 27, 1:41 pm)
Re: CFS review, Al Boldi, (Mon Aug 27, 9:37 pm)
Re: CFS review, Linus Torvalds, (Mon Aug 27, 10:05 pm)
Re: CFS review, Al Boldi, (Mon Aug 27, 10:23 pm)
Re: CFS review, Mike Galbraith, (Tue Aug 28, 12:28 am)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 12:36 am)
Re: CFS review, Xavier Bestel, (Tue Aug 28, 12:43 am)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 1:02 am)
Re: CFS review, Linus Torvalds, (Tue Aug 28, 9:34 am)
Re: CFS review, Arjan van de Ven, (Tue Aug 28, 9:44 am)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 9:45 am)
Re: CFS review, Willy Tarreau, (Tue Aug 28, 12:19 pm)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 12:55 pm)
Re: CFS review, Valdis.Kletnieks, (Tue Aug 28, 1:46 pm)
Re: CFS review, Bill Davidsen, (Tue Aug 28, 8:37 pm)
Re: CFS review, Bill Davidsen, (Tue Aug 28, 8:42 pm)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 8:45 pm)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 9:18 pm)
Re: CFS review, Al Boldi, (Tue Aug 28, 9:19 pm)
Re: CFS review, Keith Packard, (Tue Aug 28, 9:29 pm)
Re: CFS review, Mike Galbraith, (Tue Aug 28, 9:40 pm)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 9:46 pm)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 9:53 pm)
Re: CFS review, Al Boldi, (Tue Aug 28, 10:58 pm)
Re: CFS review, Ingo Molnar, (Tue Aug 28, 11:43 pm)
Re: CFS review, Keith Packard, (Wed Aug 29, 12:57 am)
Re: CFS review, Ingo Molnar, (Wed Aug 29, 1:04 am)
Re: CFS review, Al Boldi, (Wed Aug 29, 1:53 am)
Re: CFS review, Bill Davidsen, (Wed Aug 29, 6:11 am)
Re: CFS review, Keith Packard, (Wed Aug 29, 8:57 am)
Re: CFS review, Rene Herman, (Wed Aug 29, 12:56 pm)
Re: CFS review, Rene Herman, (Thu Aug 30, 12:05 am)
Re: CFS review, Ingo Molnar, (Thu Aug 30, 12:20 am)
Re: CFS review, Chuck Ebbert, (Thu Aug 30, 9:06 am)
Re: CFS review, Rene Herman, (Thu Aug 30, 9:48 am)
Re: CFS review, Tilman Sauerbeck, (Thu Aug 30, 11:46 pm)
DRM and/or X trouble (was Re: CFS review), Rene Herman, (Fri Aug 31, 3:44 am)
Re: DRM and/or X trouble, Satyam Sharma, (Fri Aug 31, 7:55 am)