re: Solr is working very slow after certain time

2014-07-31 Thread Chris Morley
t: Solr is working very slow after certain time Hi, i could index around 10 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

Re: Solr is working very slow after certain time

2014-07-31 Thread Otis Gospodnetic
Can we look at your disk IO and CPU? 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 &

Solr is working very slow after certain time

2014-07-31 Thread Ameya Aware
Hi, i could index around 10 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