Change the compromoise rr_interval from the 8ms compromise value to one more closely tuned to human perception of just below 7ms for optimum desktop experience at slight expense to throughput. Signed-off-by: Con Kolivas --- kernel/sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.22-rc3-ck1/kernel/sched.c =================================================================== --- linux-2.6.22-rc3-ck1.orig/kernel/sched.c 2007-05-26 20:34:42.000000000 +1000 +++ linux-2.6.22-rc3-ck1/kernel/sched.c 2007-05-26 20:38:38.000000000 +1000 @@ -101,7 +101,7 @@ unsigned long long __attribute__((weak)) * Value is in ms and set to a minimum of 10ms. Scales with number of cpus. * Tunable via /proc interface. */ -int rr_interval __read_mostly = 10; +int rr_interval __read_mostly = 6; int sched_interactive __read_mostly = 1; /*