Junior Linux
Newbie
- May 5, 2009
- 1
- 0
it might be helpful.Remedy: How to avoid a fork bomb? Of course, by limiting the process limit; you need to edit /etc/security/limits.conf.
Edit the variable nproc to user_name hard nproc 100. You require root privileges to modify this file.