Re: [PATCH 3/3] sched/numa: Limit the amount of imbalance that can exist at fork time

From: Peter Zijlstra
Date: Tue Nov 17 2020 - 09:18:28 EST


On Tue, Nov 17, 2020 at 01:42:22PM +0000, Mel Gorman wrote:
> - if (local_sgs.idle_cpus)
> + if (local_sgs.idle_cpus >= (sd->span_weight >> 2))
> return NULL;

Is that the same 25% ?