Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just FYI, <code>-XX:+UseAdaptiveSizePolicy</code> <a href="http://download.oracle.com/javase/1.5.0/docs/guide/vm/gc-ergonomics.html" rel="noreferrer">is enabled by default</a> in any recent version of the Sun JVM.</p> <p>Also, I found <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rprf_hotspot_parms.html" rel="noreferrer">an article</a>:</p> <blockquote> <p><strong>Avoid trouble</strong>: <code>-XX:SurvivorRatio=</code> option is incompatible with the JVM parameter <code>-XX:+UseAdaptiveSizePolicy</code>. Please use either one according to your situation.</p> </blockquote> <p>I couldn't find a definitive answer for <code>NewSize</code>, but it appears it sets the <em>initial</em> young generation size, not permanent, so it's not mutually exclusive with <code>UseAdaptiveSizePolicy</code>.</p> <p>However, here's a bunch of articles:</p> <ul> <li><a href="http://download.oracle.com/javase/1.5.0/docs/guide/vm/gc-ergonomics.html" rel="noreferrer">http://download.oracle.com/javase/1.5.0/docs/guide/vm/gc-ergonomics.html</a></li> <li><a href="http://www.oracle.com/technetwork/java/gc-tuning-5-138395.html" rel="noreferrer">http://www.oracle.com/technetwork/java/gc-tuning-5-138395.html</a></li> <li><a href="http://developers.sun.com/mobility/midp/articles/garbagecollection2/" rel="noreferrer">http://developers.sun.com/mobility/midp/articles/garbagecollection2/</a></li> </ul> <p>In most cases, however, if you're tuning <code>SurvivorRatio</code> will want to tune <code>NewSize</code> and <code>MaxNewSize</code>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload