in reply to Re^7: Doing every X seconds
in thread Doing every X seconds
It's not really uncommon to run processes under a strict ulimit limit, reducing the number of processes a user account can have running. This usually protects against runaway processes.
You can easily reproduce the problem by using ulimit -u 64 and run any kind of forkbomb.
|
|---|