Index: linux-2.6.8.1-ck8/kernel/sched.c =================================================================== --- linux-2.6.8.1-ck8.orig/kernel/sched.c 2004-09-17 01:05:44.000000000 +1000 +++ linux-2.6.8.1-ck8/kernel/sched.c 2004-09-17 02:11:01.374813515 +1000 @@ -288,7 +288,7 @@ static unsigned long slice(task_t *p) /* * sched_interactive - sysctl which allows interactive tasks to have bursts */ -int sched_interactive = 1; +int sched_interactive = 0; static unsigned long rr_interval(task_t * p) { Index: linux-2.6.8.1-ck8/mm/vmscan.c =================================================================== --- linux-2.6.8.1-ck8.orig/mm/vmscan.c 2004-09-17 01:05:45.000000000 +1000 +++ linux-2.6.8.1-ck8/mm/vmscan.c 2004-09-17 02:11:01.385811754 +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);