Byron Miller wrote:
<property>
<name>indexer.mergeFactor</name>
<value>350</value>
<description>
</description>
</property>
Initially high index merge factor caused out of file
handle errors but increasing the others along with it
seemed to help get around that.
That is a very large mergeFactor, larger than I would recommend. How
many documents do you index in a run? More than 350*500=175,000? If
not then you're not hitting a merge yet. What does 'ulimit -n' show?
Does your performance actually change much when you lower this?
Doug