Hi All, 

I have just started with a new project and using solrCloud and during my
performance testing, i have been finding OOM issues. The thing which i
notice more is physical memory keeps on increasing and never comes to
original state. 

I'm indexing 10 million documents and have 4 nodes as leader and 4 replicas.
I have updated heap memory to 4 GB out of total 8 GB. 

Currently using StandardDirectoryFactory and 

<autoCommit> 
                        <maxDocs>25000</maxDocs> 
                        <maxTime>${solr.autoCommit.maxTime:1000000}</maxTime> 
                        <openSearcher>false</openSearcher> 
                </autoCommit>
                <autoSoftCommit> 
                        <maxDocs>25000</maxDocs> 
                        
<maxTime>${solr.autoSoftCommit.maxTime:1000000}</maxTime> 
                </autoSoftCommit>
Can anyone help to find where im going wrong.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SOLR-Physical-Memory-leading-to-OOM-tp4222299.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to