in reply to Perl - release memory

You don't say if the perl application is modifiable by you ... or if you have to manage the memory resources from a sysadmin POV.

If the former is true, as well as the excellent, predominantly thread orientated, suggestions thus far, it might be worth while checking that, assuming OO perl techniques are used in the application, there aren't a mass of otherwise unwanted objects being unnecessarily 'kept alive', thus consuming memory.

A user level that continues to overstate my experience :-))