Hi ,

I am having solr index of 80GB  with 1 million documents .Each document of
aprx. 500KB . I have a machine with 16GB ram.

I am running mlt query on 3-5 fields of theses document .

I am getting solr out of memory problem . 

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

My Solr config is :

  <ramBufferSizeMB>128</ramBufferSizeMB>
    <maxMergeDocs>1000000</maxMergeDocs>
    <maxFieldLength>10000</maxFieldLength>
    <writeLockTimeout>1000</writeLockTimeout>
    <commitLockTimeout>10000</commitLockTimeout>


I also checked with ramBuffer size of 256MB.

Please provide me suggestion regarding this.

Thanks
Varsha



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Heap-space-problem-with-mlt-query-tp4068278.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to