Skip to content

Instantly share code, notes, and snippets.

@lukaszewczak
Created October 6, 2014 21:13
Show Gist options
  • Save lukaszewczak/55e9d703e297829e4268 to your computer and use it in GitHub Desktop.
Save lukaszewczak/55e9d703e297829e4268 to your computer and use it in GitHub Desktop.
webstorm64.exe.vmoptions
-ea
-server
-Xms1g
-Xmx1g
-Xss16m
-XX:ReservedCodeCacheSize=96m
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=false
-XX:+UseCodeCacheFlushing
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-Didea.paths.selector=WebStorm8
-Didea.platform.prefix=WebStorm
-Didea.no.jre.check=true
-XX:ParallelGCThreads=8
-XX:+UseParNewGC
-XX:+DisableExplicitGC
-XX:+ExplicitGCInvokesConcurrent
-XX:+PrintGCDetails
-XX:+PrintFlagsFinal
-XX:+AggressiveOpts
-XX:+HeapDumpOnOutOfMemoryError
-XX:+CMSClassUnloadingEnabled
-XX:CMSInitiatingOccupancyFraction=60
-XX:+CMSClassUnloadingEnabled
-XX:+CMSParallelRemarkEnabled
-XX:+UseAdaptiveGCBoundary
-XX:+OptimizeStringConcat
-XX:+UseStringCache
-XX:+UseFastAccessorMethods
-XX:+UnlockDiagnosticVMOptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment