Skip to content

Instantly share code, notes, and snippets.

@lanceon
Last active December 22, 2015 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lanceon/6517466 to your computer and use it in GitHub Desktop.
Save lanceon/6517466 to your computer and use it in GitHub Desktop.
Intellij IDEA 12 options
// H
-Xms256m
-Xmx3096m
-XX:MaxPermSize=384m
-XX:ReservedCodeCacheSize=128m
-XX:+UseCodeCacheFlushing
-ea
-Dsun.io.useCanonCaches=false
-server
-XX:NewRatio=2
-XX:+AggressiveOpts
-XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalMode
-XX:+CMSClassUnloadingEnabled
-XX:+UseCompressedOops
-XX:-TraceClassUnloading
-XX:+UseFastAccessorMethods
-XX:+OptimizeStringConcat
-XX:+UseStringCache
----------
# W - x64
-server
-Xms1024m
-Xmx2048m
-XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=256m
-XX:NewRatio=2
-XX:+AggressiveOpts
-XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalMode
-XX:+CMSClassUnloadingEnabled
-XX:+PrintGCDetails
-XX:+PrintGCTimeStamps
-XX:+UseCompressedOops
-XX:-TraceClassUnloading
-XX:+UseFastAccessorMethods
-XX:+OptimizeStringConcat
-XX:+UseStringCache
-XX:NewSize=128m
#-XX:+UseParNewGC
#-XX:ParallelGCThreads=4
#-XX:CMSInitiatingOccupancyFraction=60
#-XX:MaxGCPauseMillis=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment