- Disable the long-term load balancer. I believe that steal_busy works

better and gives more predictable results.
This commit is contained in:
Jeff Roberson 2007-01-20 21:24:05 +00:00
parent 9cb5a012fb
commit 5cea64d54f

View file

@ -217,7 +217,7 @@ struct tdq_group {
/*
* Run-time tunables.
*/
static int rebalance = 1;
static int rebalance = 0;
static int pick_pri = 1;
static int affinity;
static int tryself = 1;