Snippets

Giuliano Ribeiro Java stuffs/tips

Created by Giuliano Ribeiro last modified
export JAVA_HOME="$(/usr/libexec/java_home -v 1.6)"
or
export JAVA_HOME="$(/usr/libexec/java_home -v 1.7)"
or
export JAVA_HOME="$(/usr/libexec/java_home -v 1.8)"
-XX:+UseG1GC
-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+PrintCommandLineFlags
-XX:MetaspaceSize=96m -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+PrintCommandLineFlags -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:G1HeapRegionSize=16M -XX:MinMetaspaceFreeRatio=50 -XX:MaxMetaspaceFreeRatio=80

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.