Index: linux-2.6.14-ck5/kernel/sched.c
===================================================================
--- linux-2.6.14-ck5.orig/kernel/sched.c	2005-11-12 11:28:25.000000000 +1100
+++ linux-2.6.14-ck5/kernel/sched.c	2005-11-12 11:28:25.000000000 +1100
@@ -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)	\
@@ -693,7 +693,7 @@ static void dec_bonus(task_t *p)
  * sched_interactive - sysctl which allows interactive tasks to have bonus
  * raise its priority.
  */
-int sched_interactive = 1;
+int sched_interactive = 0;
 
 /*
  * effective_prio - dynamic priority dependent on bonus.
Index: linux-2.6.14-ck5/mm/vmscan.c
===================================================================
--- linux-2.6.14-ck5.orig/mm/vmscan.c	2005-11-12 11:28:25.000000000 +1100
+++ linux-2.6.14-ck5/mm/vmscan.c	2005-11-12 11:28:25.000000000 +1100
@@ -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);

