Re: [PATCH 1/4] sched/fair: make sure to try to detach at least one movable task

From: Josh Don
Date: Fri Mar 22 2024 - 15:49:39 EST


> > Another idea then: what about separating the number of tasks we can
> > move from the number of tasks we can search? You effectively want to
> > keep the number of tasks that can be migrated small (nr_migrate), but
> > be able to search deeper in the list for things to pull (a larger
> > search_depth).
>
> That could be a solution indeed

Cool, I'll try spinning up a patch for that then.

Best,
Josh