Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: about understanding module memory

by Roger (Parson)
on Dec 29, 2003 at 21:52 UTC ( [id://317610]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to about understanding module memory

You could have a look at the Devel:: namespace on CPAN for all the memory related debugging modules. If you want to find out what modules are loaded into memory by a perl script, for example, you could use Devel::TraceLoad as below:
H:\Perl>perl -MDevel::TraceLoad p10.pl +strict.pm [from: p10.pl 1] +warnings.pm [from: p10.pl 2] +Data/Dumper.pm [from: p10.pl 3] +XSLoader.pm [from: C:/Perl/lib/Data/Dumper.pm 18] +Carp.pm [from: C:/Perl/lib/Data/Dumper.pm 21] +bytes.pm [from: C:/Perl/lib/Data/Dumper.pm 613] +Exporter.pm [from: C:/Perl/lib/Data/Dumper.pm 17] +overload.pm [from: C:/Perl/lib/Data/Dumper.pm 19] +warnings/register.pm [from: C:/Perl/lib/overload.pm 135]
Also installing more RAM and fine tune your Windows system will definitely help to reduce VM usage. There are plenty of operating system memory optimization tools for Windows available, like XP tweak, magic rabit, windows optimizer, etc.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://317610]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.