[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4d39ce58.cc7e0e0a.5448.59e4@mx.google.com>
Date: Fri, 21 Jan 2011 10:20:08 -0800 (PST)
From: Michael Witten <mfwitten@...il.com>
To: linux-kernel@...r.kernel.org
Subject: 'autogroup' sched code KILLING responsiveness
Bisecting shows that this commit:
5091faa449ee0b7d73bc296a93bca9540fc51d0a
sched: Add 'autogroup' scheduling feature: automated per session task groups
Date: Tue Nov 30 14:18:03 2010 +0100
is the reason that my computer has become unusable.
With that code in place, a resource-intensive activity (such as
compiling the Linux kernel) causes my computer to become
unresponsive for many seconds at a time; the entire screen
does not refresh, typed keys are dropped or are handled very
late, etc (even in Linux's plain virtual consoles).
I'm using a uniprocessor (UP) machine, and I've noticed that such
codepaths often get clobbered by changes that only make it to SMP
configurations (I guess kernel hackers have better equipment than
I do); maybe that has something to do with it.
I'm a laymen, so all I can do at this time is report my experience;
if this has already been discussed, I would appeciate a link to
the right thread.
Sincerely,
Michael Witten
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists