Enable pid limitation is a cgroups configuration that is able to limit the number of processes that a container can create. This setting is extremely useful as it can prevent fork bombs.
For more details see pids.max https://www.kernel.org/doc/Documentation/cgroup-v1/pids.txt
I have created a fix for this and will soon submit a pull request to HostConfig.java with Testing done.
Enable pid limitation is a cgroups configuration that is able to limit the number of processes that a container can create. This setting is extremely useful as it can prevent fork bombs.
For more details see pids.max https://www.kernel.org/doc/Documentation/cgroup-v1/pids.txt
I have created a fix for this and will soon submit a pull request to HostConfig.java with Testing done.