--- old/kernel/sched.c 2003-06-17 21:04:21.240902000 +0200 +++ new/kernel/sched.c 2003-06-17 20:58:54.840902000 +0200 @@ -66,14 +66,14 @@ * they expire. */ #define MIN_TIMESLICE ( 10 * HZ / 1000) -#define MAX_TIMESLICE (200 * HZ / 1000) +#define MAX_TIMESLICE ( 20 * HZ / 1000) #define CHILD_PENALTY 50 #define PARENT_PENALTY 100 #define EXIT_WEIGHT 3 -#define PRIO_BONUS_RATIO 25 +#define PRIO_BONUS_RATIO 20 #define INTERACTIVE_DELTA 2 -#define MAX_SLEEP_AVG (10*HZ) -#define STARVATION_LIMIT (10*HZ) +#define MAX_SLEEP_AVG (2*HZ) +#define STARVATION_LIMIT (2*HZ) #define NODE_THRESHOLD 125 #define SCHED_NANOSECOND 1 #define SCHED_SECOND (1000000000 * SCHED_NANOSECOND)