The first thing that comes to mind would be a massive, self starting loop.
Like the forkbomb. „Copy yourself twice and start these copies“ is how I understand it. Both of these copies get the same command and generate four new copies. Those produce 8, the next generation gives you 16, then 32, 64, 128, 256, 512, 1024… you get the drift. At some point, almost 100% of the capacity will be spent to make new copies of the command. No resources are left for anything else.
Latest Answers