DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
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 \
"
|
...