Skip to content

Instantly share code, notes, and snippets.

@lichengwu
Created December 21, 2012 16:19
Show Gist options
  • Save lichengwu/4353786 to your computer and use it in GitHub Desktop.
Save lichengwu/4353786 to your computer and use it in GitHub Desktop.
my jvm command line options
-server
-Xverify:none
-Xmn512m
-Xms1024m
-Xmx1024m
-Xss1m
-XX:PermSize=256
-XX:MaxPermSize=384m
-XX:+UseG1GC
-XX:MaxGCPauseMillis=300
-XX:SurvivorRatio=6
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:/Users/lichengwu/tmp/mtcms/mtcms_g1.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment