in reply to Limitation of extra large hash
I see the first 9092 objects in the hash, but everything afterward doesn't get added. Is this a size limitation of hashes in Perl?
There is no arbitray size limit, only available virtual memory sets a limit (in which case the program would abort with "Out of memory"). The problem almost certainly lies elsewhere.
|
|---|