Help for this page
Memory leak test. Ctrl-C to stop. 20 threads (17831 lifetime), 845.99 MiB RSS [================ ] / ^C
use warnings; use strict; use threads; ... threads->create(\&highmem) if (threads->list() < $NUM); print_mem(); } while(sleep(0.1));