Last active
August 29, 2015 14:15
-
-
Save masterspambot/64b91dd13c8cd9ce82bc to your computer and use it in GitHub Desktop.
Aggressive WebStorm settings for x64 configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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