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
>
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