Skip to content

Instantly share code, notes, and snippets.

@dann
Created August 28, 2009 15:21
Show Gist options
  • Select an option

  • Save dann/177035 to your computer and use it in GitHub Desktop.

Select an option

Save dann/177035 to your computer and use it in GitHub Desktop.
-Xms3g
-Xmx3g
-XX:+UseConcMarkSweepGC
-XX:+UseTLAB
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing
-XX:CMSIncrementalDutyCycleMin=0
-XX:CMSIncrementalDutyCycle=10
-XX:+UseParNewGC
-XX:+CMSPermGenSweepingEnabled
-XX:+CMSClassUnloadingEnabled
-XX:MaxGCPauseMillis=250
-XX:MaxGCMinorPauseMillis=100
-XX:+DisableExplicitGC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment