in reply to Re: Massive Perl Memory Leak
in thread Massive Perl Memory Leak
The %datahash tree essentially looks like:
I found the page that talked about the hash of hashes problem. It's http://www.chat11.com/Perl_Memory_Usage . Ring any bells?( "index", { baseip => "1.2.3.4", deviceid => "81F1FD9964973BB63B3446881F901AF5", sysname => "router", }, "routes", { "0.0.0.0.0.0.0.0.2.3.4.5" => { ifindex => 0, mask => "0.0.0.0", net => "0.0.0.0", nexthop => "2.3.4.5", proto => 3, type => 4, }, }, "interfaces", { 1 => { ARP => 3, ifAdminStatus => 1, ifAlias => "", ifDescr => "FastEthernet0/0", ifIndex => 1, ifOperStatus => 1, ifSpeed => 100_000_000, ifType => "ethernetCsmacd", },
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Massive Perl Memory Leak
by BrowserUk (Patriarch) on Jun 11, 2007 at 18:22 UTC |