Re: SolrJ - IOException

2012-10-02 Thread Rozdev29
Was it stalled due to gc pause? Sent from my iPhone On Oct 2, 2012, at 10:02 AM, "balaji.gandhi" wrote: > Hi Toke, > > We encountered this issue again. This time the SOLR servers were stalled. We > are at 30 TPS. > > Please let us know any updates in the HTTP issue. > > Thanks, > Balaji >

Re: SOLR memory usage jump in JVM

2012-09-19 Thread Rozdev29
I have used this setting to reduce gc pauses with CMS - java 6 u23 XX:+ParallelRefProcEnabled With this setting, jvm does gc of weakrefs with multiple threads and pauses are low. Please use this option only when you have multiple cores. For me, CMS gives better results Sent from my iPhone On