Stefan Groschupf wrote:
I only get such output:
segments/20040619101950
040706 144148 loading file:/home/nutch/nutch-0.5-dev/conf/nutch-default.xml
040706 144149 loading file:/home/nutch/nutch-0.5-dev/conf/nutch-site.xml
040706 144149 Updating newdb
040706 144149 Updating for segments/20040619101950
040706 144149 Using URL filter: net.nutch.net.RegexURLFilter
...skipping...
Exception in thread "main" java.lang.OutOfMemoryError

What's in ...skipping...? In particular, what are the last lines printed before it fails?


I use -Xms 1500M -Xmx1800M
Sun JDK 1.4.2.x

JVMs can be very flakey with heaps that big. Is there a reason you start with such a large heap? Try not specifying an initial heap size and set the maximum to something like 1Gb. I suspect this is the problem. Try -Xmx1000M and no -Xms.


Doug



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to