Overflowing HashMap



This obvious but it just bit me when I tried to spider and check links
on http://www.richarddawkins.net, a rather large site.

I used 64 bit java.exe and gave it 10MB of RAM to play with but it
died anyway.

One of the problems is HashMaps, even in 64-bit JVMs, can still only
hold 1 << 30 elements.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
..
.



Relevant Pages

  • Re: JDK 1.7.0_05 is out
    ... Roedy Green Canadian Mind Products ... Controlling complexity is the essence of computer programming. ...
    (comp.lang.java.programmer)
  • Re: PostGre
    ... Controlling complexity is the essence of computer programming. ... ~ Brian W. Kernighan 1942-01-01 ...
    (comp.lang.java.databases)
  • Re: "Small" Program Challenge.
    ... I've got mine down to 61 characters. ... Controlling complexity is the essence of computer programming. ...
    (comp.lang.java.programmer)