Peaks:
for (1 .. 10) { unless (fork) { exit(); } } END { POSIX::_exit(0); } [download]
In reply to Re^8: Memory consumption of forks on exit by egga in thread Memory consumption of forks on exit by egga