Index: linux-2.6.8.1-ck5/kernel/sched.c =================================================================== --- linux-2.6.8.1-ck5.orig/kernel/sched.c 2004-08-28 01:30:01.340465363 +1000 +++ linux-2.6.8.1-ck5/kernel/sched.c 2004-08-28 01:30:30.289956177 +1000 @@ -285,7 +285,7 @@ static unsigned int slice(task_t *p) /* * sched_interactive - sysctl which allows interactive tasks to have bursts */ -int sched_interactive = 1; +int sched_interactive = 0; static int rr_interval(task_t * p) { Index: linux-2.6.8.1-ck5/mm/vmscan.c =================================================================== --- linux-2.6.8.1-ck5.orig/mm/vmscan.c 2004-08-28 01:30:01.442449478 +1000 +++ linux-2.6.8.1-ck5/mm/vmscan.c 2004-08-28 01:30:47.829224264 +1000 @@ -115,7 +115,7 @@ struct shrinker { #define prefetchw_prev_lru_page(_page, _base, _field) do { } while (0) #endif -int vm_mapped = 66; +int vm_mapped = 33; static long total_memory; static LIST_HEAD(shrinker_list);