http://www.perlmonks.org?node_id=543369


in reply to threads - memory grow large

My limited knowledge of perl memory management is that perl never (or hardly ever) free's up memory back to the OS, but that it keeps already allocated memory for itself even if it is not using it.