Skip to content

Instantly share code, notes, and snippets.

@linkgod
Created June 20, 2017 07:35
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 linkgod/579da17b838e68b5b2d2d501cc04dfef to your computer and use it in GitHub Desktop.
Save linkgod/579da17b838e68b5b2d2d501cc04dfef to your computer and use it in GitHub Desktop.
custom WebStorm VM options
# custom WebStorm VM options
-server
-Xms2048m
-Xmx4096m
-XX:MaxPermSize=1024M
-XX:ReservedCodeCacheSize=1024M
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
-XX:+UseConcMarkSweepGC
-XX:+UseParNewGC
-XX:ParallelGCThreads=8
-XX:+AggressiveOpts
-XX:+CMSClassUnloadingEnabled
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing
-XX:CMSIncrementalDutyCycleMin=0
-XX:-TraceClassUnloading
-XX:+TieredCompilation
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment