Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1808
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Overflowing HashMap |
| Date | 2012-06-03 07:39 -0700 |
| Organization | Canadian Mind Products |
| Message-ID | <0rrms7198ugnfvv3otifhdccfogib2a1vk@4ax.com> (permalink) |
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 .
Back to comp.lang.java.help | Previous | Next — Next in thread | Find similar | Unroll thread
Overflowing HashMap Roedy Green <see_website@mindprod.com.invalid> - 2012-06-03 07:39 -0700
Re: Overflowing HashMap Patricia Shanahan <pats@acm.org> - 2012-06-03 08:08 -0700
Re: Overflowing HashMap Roedy Green <see_website@mindprod.com.invalid> - 2012-06-03 19:59 -0700
Re: Overflowing HashMap Gene Wirchenko <genew@ocis.net> - 2012-06-04 10:25 -0700
Re: Overflowing HashMap Knute Johnson <nospam@knutejohnson.com> - 2012-06-03 08:40 -0700
Re: Overflowing HashMap David Lamb <dalamb@cs.queensu.ca> - 2012-06-03 12:55 -0400
Re: Overflowing HashMap Lew <noone@lewscanon.com> - 2012-06-03 12:06 -0700
Re: Overflowing HashMap Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-06-03 13:30 -0700
Re: Overflowing HashMap Lew <noone@lewscanon.com> - 2012-06-03 13:52 -0700
Re: Overflowing HashMap Roedy Green <see_website@mindprod.com.invalid> - 2012-06-03 20:51 -0700
Re: Overflowing HashMap Patricia Shanahan <pats@acm.org> - 2012-06-03 20:59 -0700
Re: Overflowing HashMap Roedy Green <see_website@mindprod.com.invalid> - 2012-06-03 21:13 -0700
csiph-web