Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How to return unused memory to OS?

by weismat (Friar)
on Oct 27, 2009 at 19:46 UTC ( [id://803504]=note: print w/replies, xml ) Need Help??


in reply to How to return unused memory to OS?

Are you anyhwere setting any variables to undef or taking it out of scope?
As you pointed out this is reference counting, thus there needs to be no reference so that it can be garbaged collected.
Unfortunately Perl is not as smart as for instance the CLR for .NET to find cyclic references.
One solution could be to refactor your code to work with more functions with local variables.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://803504]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-16 05:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found