Skip to content

Instantly share code, notes, and snippets.

@masterspambot
Last active August 29, 2015 14:15
Show Gist options
  • Save masterspambot/64b91dd13c8cd9ce82bc to your computer and use it in GitHub Desktop.
Save masterspambot/64b91dd13c8cd9ce82bc to your computer and use it in GitHub Desktop.
Aggressive WebStorm settings for x64 configuration
-ea
-server
-Xms2g
-Xmx2g
-Xss16m
-XX:MaxPermSize=1400m
-XX:MetaspaceSize=512m
-XX:ReservedCodeCacheSize=450m
-XX:+DoEscapeAnalysis
-XX:+UseCompressedOops
-XX:+UnlockExperimentalVMOptions
-XX:+UseLargePages
-XX:+UseConcMarkSweepGC
-XX:+UseParNewGC
-XX:+UseConcMarkSweepGC
-XX:+DisableExplicitGC
-XX:+ExplicitGCInvokesConcurrent
-XX:+PrintGCDetails
-XX:+PrintFlagsFinal
-XX:+AggressiveOpts
-XX:+HeapDumpOnOutOfMemoryError
-XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled
-XX:+CMSClassUnloadingEnabled
-XX:+CMSParallelRemarkEnabled
-XX:+UseAdaptiveGCBoundary
-XX:+UseSplitVerifier
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
-XX:+OptimizeStringConcat
-XX:+UseStringCache
-XX:+UseFastAccessorMethods
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:CompileThreshold=10000
-XX:CMSInitiatingOccupancyFraction=60
-XX:ReservedCodeCacheSize=96m
-XX:ParallelGCThreads=8
-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