Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Reducing memory usage while matching log entries

by matt.tovey (Beadle)
on Feb 01, 2006 at 15:49 UTC ( [id://527078]=note: print w/replies, xml ) Need Help??


in reply to Re: Reducing memory usage while matching log entries
in thread Reducing memory usage while matching log entries

And you're doing something really weird with @lines; if you get to line 100,000 it's going to allocate a 100,000 element array. Considering it's probably sparse you should use a hash for that as well.

Yes, that's the file being held in memory. :(

I just tried putting that into a hash (also using 'delete' now - thanks!). It runs only slightly slower, and consumes quite a bit less memory, so success there!

  • Comment on Re^2: Reducing memory usage while matching log entries

Log In?
Username:
Password:

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

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

    No recent polls found