Index: linux-2.6.14-ck1/kernel/sched.c
===================================================================
--- linux-2.6.14-ck1.orig/kernel/sched.c	2005-10-28 20:47:23.000000000 +1000
+++ linux-2.6.14-ck1/kernel/sched.c	2005-10-28 20:47:24.000000000 +1000
@@ -92,7 +92,7 @@ int sched_compute = 0;
 #define RR_INTERVAL()		(_RR_INTERVAL * (1 + 19 * sched_compute))
 #define DEF_TIMESLICE		(RR_INTERVAL() * 19)
 
-int sched_iso_cpu = 70;
+int sched_iso_cpu = 0;
 #define ISO_PERIOD		(3 * HZ)
 
 #define task_hot(p, now, sd) ((long long) ((now) - (p)->timestamp)	\
@@ -685,7 +685,7 @@ static inline unsigned int slice(task_t 
 /*
  * sched_interactive - sysctl which allows interactive tasks to have bursts
  */
-int sched_interactive = 1;
+int sched_interactive = 0;
 
 /*
  * effective_prio - dynamic priority dependent on burst.
Index: linux-2.6.14-ck1/mm/vmscan.c
===================================================================
--- linux-2.6.14-ck1.orig/mm/vmscan.c	2005-10-28 20:47:23.000000000 +1000
+++ linux-2.6.14-ck1/mm/vmscan.c	2005-10-28 20:47:24.000000000 +1000
@@ -129,8 +129,8 @@ struct shrinker {
 /*
  * From 0 .. 100.  Lower means more swappy.
  */
-int vm_mapped = 66;
-int vm_hardmaplimit = 1;
+int vm_mapped = 0;
+int vm_hardmaplimit = 0;
 static long total_memory;
 
 static LIST_HEAD(shrinker_list);

