pid_max

file: /proc/sys/kernel/pid_max
variable: kernel.pid_max
Official reference

PID allocation wrap value. When the kernel’s next PID value reaches this value, it wraps back to a minimum PID value. PIDs of value pid_max or larger are not allocated.

source