Why fork bomb did not crash android? Why fork bomb did not crash android? linux linux

Why fork bomb did not crash android?


In a word: ulimit. the linux kernel allows a limit on the number of child processes, this can be tweaked using the ulimit() system call or the ulimit shell builtin.

eg:

ulimit -u 5