Hello,
I have a Nutch installation ( http://www.simpy.com/ ) where I've been running into 'too many open files' issue. While I've managed to increase my OS's open file limits, I also took a look at Nutch's source and found this:
java/net/nutch/indexer/IndexMerger.java:40: writer.mergeFactor = 50; java/net/nutch/indexer/IndexSegment.java:50: writer.mergeFactor = 50; java/net/nutch/indexer/IndexSegment.java:51: writer.minMergeDocs = 50;
I'd like to adjust these parameters. Should I submit a patch that lets one define this via NutchConf, or is this already possible somehow, and I'm just looking at the wrong source?
You're looking at the right place. Please submit a patch made with "diff -du" to SF.net bug tracker. Thanks!
-- Best regards, Andrzej Bialecki
------------------------------------------------- Software Architect, System Integration Specialist CEN/ISSS EC Workshop, ECIMF project chair EU FP6 E-Commerce Expert/Evaluator ------------------------------------------------- FreeBSD developer (http://www.freebsd.org)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers
