On 7/7/2014 7:30 AM, heaven wrote:
> Yeah. the heap is huge, need to optimize the caches. It was 8Gb previously,
> had to increase because there were out of memory errors. Using
> ConcMarkSweepGC, which is supposed to not lock the world.

At one time the only thing I was using that was non-default for garbage
collection was turning on CMS.  I had VERY bad GC pauses.

I use the following settings now, and my pause problems are much
better.  There is very likely some other combination of settings that
would do even better with Solr:

http://wiki.apache.org/solr/ShawnHeisey#GC_Tuning

Thanks,
Shawn

Reply via email to