Hacker News new | ask | show | jobs
by redtuesday 3109 days ago
Can't you just combat fork bombs with e.g

  docker run --pids-limit=64
1 comments

Yes, there are several ways to combat fork bombs (ulimits or pid namespaces). This was purely for the sake of the live demo that required a kernel crash example, there are certainly other ways to combat it.