Commit fd7b7b0f authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] sched: altix tuning

From: Nick Piggin <nickpiggin@yahoo.com.au>

From: John Hawkes

The following brings up performance on a 64-way Altix.  This system being on
the smaller end of the scale should also be applicable to other NUMA systems.
parent 50386fbc
...@@ -631,7 +631,7 @@ struct sched_domain { ...@@ -631,7 +631,7 @@ struct sched_domain {
.groups = NULL, \ .groups = NULL, \
.min_interval = 8, \ .min_interval = 8, \
.max_interval = 256*fls(num_online_cpus()),\ .max_interval = 256*fls(num_online_cpus()),\
.busy_factor = 8, \ .busy_factor = 32, \
.imbalance_pct = 125, \ .imbalance_pct = 125, \
.cache_hot_time = (10*1000000), \ .cache_hot_time = (10*1000000), \
.cache_nice_tries = 1, \ .cache_nice_tries = 1, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment