http://qs321.pair.com?node_id=226380


in reply to Re: Garbage Collection on Hash delete
in thread Garbage Collection on Hash delete

Perl will release memory back to your C runtime library. Depending on what that is, memory may well get released back to the system. This has worked for years on VMS and MacOS, and reasonably recent versions of glibc will also release memory in some circumstances back to the system.