RE: [Perl-unix-users] Memory Leaks

2001-02-27 Thread Thomas_M
This is a good resource if you haven't checked this already: http://www.perl.com/pub/doc/manual/html/pod/perldebug.html#Debugging_Perl_me mory_usage Also, if this is a daemon, there is a trick that many daemons use to make sure any memory leaks do not eventually fill up all available memory: they

[Perl-unix-users] Memory Leaks

2001-02-27 Thread Martin Moss
All, I've got some code which is taking up too myuch memory over a period of time. i.e. it starts with only a nominal percentage of memory use and over a period of a few hours it builds up until it reaches a very high percentage, %50 ish. Anyway I was wondering if anybody could provide me some p