I recently enabled CONFIG_FAIR_GROUP_SCHED just to play with it, and I noticed by default it causes a fair number of wakeups when running on battery. A quick read-through of the sources showed that this could easily be fixed by doing:
echo 2000 > /proc/sys/kernel/sched_min_bal_int_shares Aside from mostly disabling the CPU load balancing, is this likely to cause any massive problems? Any reason why we shouldn't perhaps do this automatically when we run on battery (not necessarily as a kernel thing, but as a userspace policy measure)? Thanks, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/