Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Memory usage of a "sub" in mod_perl

by perrin (Chancellor)
on May 23, 2008 at 20:08 UTC ( [id://688211]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Memory usage of a "sub" in mod_perl
in thread Memory usage of a "sub" in mod_perl

If you run the exact same request multiple times and the process size grows every time, you have a leak, probably a circular reference. If it stops growing but remains at the larger size, that is completely normal and the only way to avoid it is to structure your code so that it doesn't need to have all the data in memory at once.
  • Comment on Re^3: Memory usage of a "sub" in mod_perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found