We're getting an out of memory error when running a search using nutch
0.71 on a machine with 3 gigs of Ram. Here's the error:
<snip>
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPoo
l.java:683)
at java.lang.Thread.run(Thread.java:534)
----- Root Cause -----
java.lang.OutOfMemoryError
A bit of Googling, uh, I mean mozdexing, and we increased the java heap
size to 2gig, to wit:
java heap max size 2G, using
/usr/java/j2sdk1.4.2_10/bin/java -Xmx2000m
Yet the out of memory error still persists when we run a search.
Any thoughts on how to resolve this problem?