On 08/18/2014 08:38 PM, Shawn Heisey wrote:
With an 8GB heap and "UseConcMarkSweepGC" as your only GC tuning, I can
pretty much guarantee that you'll see occasional GC pauses of 10-15
seconds, because I saw exactly that happening with my own setup.
This is what I use now:
http://wiki.apache.org/solr/ShawnHeisey#GC_Tuning
I can't claim that my problem is 100% solved, but collections that go
over one second are *very* rare now, and I'm pretty sure they are all
under two seconds.
Thank you for your comment.
How did you test these settings? I mean, that's a lot of tuning and I
would like to set up some test environment to be certain this is what I
want...