Skip to content

Instantly share code, notes, and snippets.

@xymor
Created November 3, 2010 17:26
Show Gist options
  • Save xymor/661394 to your computer and use it in GitHub Desktop.
Save xymor/661394 to your computer and use it in GitHub Desktop.
Java opts g1gc
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:MaxGCPauseMillis=2000
-XX:GCPauseIntervalMillis=5000
-XX:+G1ParallelRSetUpdatingEnabled
-XX:+G1ParallelRSetScanningEnabled
-XX:+DoEscapeAnalysis
-XX:+AggressiveOpts
-Xms256m
-Xmx768m
-XX:MaxPermSize=150m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment