Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Hashing Memory Usage

by kwaping (Priest)
on Jul 12, 2006 at 15:53 UTC ( [id://560726]=note: print w/replies, xml ) Need Help??


in reply to Hashing Memory Usage

I notice that your new box is using threaded perl while the old box isn't. That might be something to explore.

Otherwise, please post some code, as Fletch noted. Is the code identical between the two boxes, or did you make any changes going from old to new?

---
It's all fine and dandy until someone has to look at the code.

Replies are listed 'Best First'.
Re^2: Hashing Memory Usage
by awkmonk (Monk) on Jul 12, 2006 at 16:04 UTC
    The code is identical. We're trying to prove that everything works exactly as it did, before we migrate over.

    Any thoughts on this being to do with 32bit v 64bit architecture?


    'I think the problem lies in the fact that your data doesn't fit my program'.

      64 bit is certainly going to use more memory. Your integers will be bigger. Also, you're using 5.8.2 on the new box and 5.6 on the old. That is likely to make a difference.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 01:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found