Hi,

I am running Solr with below parameters:

-XX:MaxPermSize=128m -Xms5120m -Xmx5120m -XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=70 -XX:NewRatio=3
-XX:MaxTenuringThreshold=8 -XX:+CMSParallelRemarkEnabled
-XX:+ParallelRefProcEnabled -XX:+UseLargePages -XX:+AggressiveOpts
-XX:-UseGCOverheadLimit


I need to index around 300000 documents but with above parameters
performance is coming very poor around 15000-20000 documents per hour.

This would take a lot of time to index all the documents.

Also, my autocommit in solrconfig.xml is as below:

<autoCommit>
     <maxTime>150000</maxTime>
      <openSearcher>false</openSearcher>
</autoCommit>

<documentCache class="solr.LRUCache" autowarmCount="0" initialSize="256"
size="256"/>



I am running Solr on machine having 12GB RAM.


Please advice on how can i improve the performance.


Thanks,
Ameya

Reply via email to