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.21-ck2/kernel/sched.c =================================================================== --- linux-2.6.21-ck2.orig/kernel/sched.c 2007-05-14 19:49:51.000000000 +1000 +++ linux-2.6.21-ck2/kernel/sched.c 2007-05-14 19:49:57.000000000 +1000 @@ -100,7 +100,7 @@ unsigned long long __attribute__((weak)) * Value is in ms and set to a minimum of 8ms. Scales with number of cpus. * Tunable via /proc interface. */ -int rr_interval __read_mostly = 8; +int rr_interval __read_mostly = 6; int sched_interactive __read_mostly = 1; /*