Comment 29 for bug 1717714

Revision history for this message
Eric Desrochers (slashd) wrote :

Another verification that IMHO can be done more easily and faster than the touch approach explain above is to directly change the pid_max and ns_last_pid via sysctl in the 7 digit range (<4millions), and then try to reproducer.

For instance:
sysctl -w kernel.pid_max=3000000
sysctl -w kernel.ns_last_pid=1000000

- Eric