You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2015/01/14 00:50:49 UTC

[Solr Wiki] Trivial Update of "ShawnHeisey" by ShawnHeisey

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "ShawnHeisey" page has been changed by ShawnHeisey:
https://wiki.apache.org/solr/ShawnHeisey?action=diff&rev1=30&rev2=31

  
  <<TableOfContents>>
  
- == GC Tuning ==
+ == GC Tuning for Solr ==
  
  The secret to GC tuning:  Eliminating full garbage collections.  A full garbage collection is slow, no matter what collector you're using.  If you can set up the options for GC such that both young and old generations are always kept below max size by their generation-specific collection algorithms, performance is almost guaranteed to be good.