Can we look at your disk IO and CPU? SPM <http://sematext.com/spm/> can help.
Isn't "UseCompressedOops" a typo? And deprecated? In general, may want to simplify your JVM params unless you are really sure they are helping. Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ On Thu, Jul 31, 2014 at 7:54 PM, Ameya Aware <ameya.aw...@gmail.com> wrote: > Hi, > > i could index around 100000 documents in couple of hours. But after that > the time for indexing very large (around just 15-20 documents per minute). > > i have taken care of garbage collection. > > i am passing below parameters to Solr: > -Xms6144m -Xmx6144m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC > -XX:ConcGCThreads=6 -XX:ParallelGCThreads=6 > -XX:CMSInitiatingOccupancyFraction=70 -XX:NewRatio=3 > -XX:MaxTenuringThreshold=8 -XX:+CMSParallelRemarkEnabled > -XX:+UseCompressedOops -XX:+ParallelRefProcEnabled -XX:+UseLargePages > -XX:+AggressiveOpts -XX:-UseGCOverheadLimit > > > > Can anyone help to solve this problem? > > > Thanks, > Ameya >