On 7/7/2014 10:22 AM, aferdous wrote: > Hi Shawn - I was just wondering how did you resolve this issue in the end. We > are seeing the same issue with our platform (similar heap size) and updater > volume. > > It would be nice if you could provide us with your final findings/configs.
I use the following GC tuning parameters now, with FAR better results: http://wiki.apache.org/solr/ShawnHeisey#GC_Tuning The G1 collector performed worse for me than untuned CMS. The average collection was awesome, but when it finally did do a stop-the-world, those were even longer. Thanks, Shawn