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? Thanks, Otis ------------------------------------------------------- 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
