ns_last_pid

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

The last pid allocated in the current (the one task using this sysctl lives in) pid namespace. When selecting a pid for a next task on fork kernel tries to allocate a number starting from this one.

source