Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing perl that is searching for memory leaking processes from collected process data, and getting either "out of memory" or "Memory Fault(coredump)" issues. This code works fine on smaller machines with less processes, but it dies (on the last day of the week, argh!)when trying to create weekly summaries of busier boxes.
My questions:
$process_details{$p_key}[ 5 ] = $mem_kbytes;
I'd post the code, but it is huge, and I'm not sure that it would help. I'd like to try this in general first and then see what happens.
Thanks in advance, oh hooded ones!
20060926 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Out Of Memory or Memory fault(coredump) errors, is there a way out?
by perrin (Chancellor) on Sep 26, 2006 at 19:28 UTC | |
|
Re: Out Of Memory or Memory fault(coredump) errors, is there a way out?
by Argel (Prior) on Sep 26, 2006 at 21:39 UTC | |
|
Re: Out Of Memory or Memory fault(coredump) errors, is there a way out?
by badaiaqrandista (Pilgrim) on Sep 26, 2006 at 22:48 UTC | |
|
Re: Out Of Memory or Memory fault(coredump) errors, is there a way out?
by andyford (Curate) on Sep 26, 2006 at 20:38 UTC | |
|
Re: Out Of Memory or Memory fault(coredump) errors, is there a way out?
by swampyankee (Parson) on Sep 27, 2006 at 17:35 UTC |