Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Memory Restrictions

by seattlejohn (Deacon)
on Oct 24, 2002 at 07:23 UTC ( [id://207635]=note: print w/replies, xml ) Need Help??


in reply to Memory Restrictions

Others have mentioned MD5, but I also have to ask: Are you sure the "out of memory" error doesn't indicate a problem somewhere in your code? 500 hash keys by 1000 chars each seems unlikely to cause problems unless the values associated with each key are truly huge.

To test, I just wrote a program that generates 500 hash keys, each key a string of 1000 random characters, and each value a string of 1 million random characters, and it seems to work fine.

If you are still having problems after reading the suggestions on this thread, you might post some of your code to see if anyone can provide more specific help.

        $perlmonks{seattlejohn} = 'John Clyman';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found