Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed redundant title info

Shawn Heisey

Table of Contents

Java recommendation for Solr

...

The following settings were created as a result of a discussion with Oracle employees on the hotspot-gc-use mailing list:

No Format

JVM_OPTS=" \
-XX:+UseG1GC \
-XX:+ParallelRefProcEnabled \
-XX:G1HeapRegionSize=8m \
-XX:MaxGCPauseMillis=200 \
-XX:+UseLargePages \
-XX:+AggressiveOpts \
"

...