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

ghosh123 has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, In my project the application is taking high memory when running since one object is holding the other and hence lot of memory remains unused. I have used Devel::findRef::track to find out how many refcounts are there. Please suggest me a way so that I can proceed further. I am not sure how go ahead and reduce the memory from the information FindRef::track has given me. I have used Scalar::Utils::weaken but did not help. Is there any generic rule to minimise the memory use from this info ? Thanks. Abhijit