Re: [PATCH v3 0/4] Revisit NUMA imbalance tolerance and fork balancing

From: Peter Zijlstra
Date: Fri Nov 20 2020 - 07:58:39 EST


On Fri, Nov 20, 2020 at 09:06:26AM +0000, Mel Gorman wrote:

> Mel Gorman (4):
> sched/numa: Rename nr_running and break out the magic number
> sched: Avoid unnecessary calculation of load imbalance at clone time
> sched/numa: Allow a floating imbalance between NUMA nodes
> sched: Limit the amount of NUMA imbalance that can exist at fork time
>
> kernel/sched/fair.c | 44 +++++++++++++++++++++++++++++++-------------
> 1 file changed, 31 insertions(+), 13 deletions(-)

OK, lets give this another go :-)

Thanks!