On 4/18/2012 6:17 AM, Bram Rongen wrote:
I've been using Solr for a very short time now and I'm stuck. I'm trying to
index a drupal website consisting of 1.2 million smaller nodes and 300k
larger nodes (~400kb avg)..

A followup to my previous reply: Your ramBufferSizeMB is only 32, the default in the example config. I have seen recommendations indicating that going beyond 128MB is not usually helpful. With such large input documents, that may not apply to you - try setting it to 512 or 1024. That will result in far fewer index segments being created. They will be larger, so merges will be much less frequent but take longer.

Thanks,
Shawn

Reply via email to