mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
- Disable the long-term load balancer. I believe that steal_busy works
better and gives more predictable results.
This commit is contained in:
parent
9cb5a012fb
commit
5cea64d54f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue