Re: [PATCH 1/2] sched: make nr_running() return "unsigned int"

From: Peter Zijlstra
Date: Thu Mar 12 2020 - 06:44:33 EST


On Thu, Mar 12, 2020 at 12:06:08AM +0300, Alexey Dobriyan wrote:
> I don't anyone have been crazy enough to spawn 2^32 threads.
> It'd require absurd amounts of physical memory.

And we're going to 5 level page-tables because 48 bits physical isn't
enough. 57 bits of physical is plenty space to spawn that many tasks and
still have some left over.

Now 32 bit tasks is indeed insane, but memory isn't the problem. The
actual limit is the pid-space, which is 30 bits.