Created
November 8, 2020 11:49
-
-
Save intellitour/37ee6747b143884dcf38ff9b3d330054 to your computer and use it in GitHub Desktop.
Webstorm VMOptions
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
-Xms16m | |
-Xmx6G | |
-XX:ReservedCodeCacheSize=420m | |
-XX:+UseNUMA | |
-XX:+UseG1GC | |
-XX:ConcGCThreads=2 | |
-XX:+G1UseAdaptiveIHOP | |
-XX:+UseGCOverheadLimit | |
-XX:MaxMetaspaceSize=2G | |
-XX:+ParallelRefProcEnabled | |
-XX:SoftRefLRUPolicyMSPerMB=75 | |
-XX:+UseStringDeduplication | |
-XX:+UseStringCache | |
-ea | |
-XX:CICompilerCount=2 | |
-Dsun.io.useCanonPrefixCache=false | |
-Djava.net.preferIPv4Stack=true | |
-Djdk.http.auth.tunneling.disabledSchemes="" | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:-OmitStackTraceInFastThrow | |
-Djdk.attach.allowAttachSelf=true | |
-Dkotlinx.coroutines.debug=off | |
-Djdk.module.illegalAccess.silent=true | |
-XX:+UseCompressedOops | |
-Dfile.encoding=UTF-8 | |
-XX:ErrorFile=$USER_HOME/java_error_in_webstorm_%p.log | |
-XX:HeapDumpPath=$USER_HOME/java_error_in_webstorm.hprof | |
-Dide.no.platform.update=true | |
-server | |
-Xscmx1G | |
-Xaggressive | |
-XX:CICompilerCount=2 | |
-XX:+UseLWPSynchronization | |
-XX:+UseCompressedStrings | |
-XX:+AggressiveOpts | |
-XX:+OptimizeStringConcat | |
-XX:+UseFastAccessorMethods | |
-XX:OptThreads=2 | |
-XX:NewRatio=2 | |
-Xss32m | |
-Didea.plugins.path=/Users/pedro/Library/Application Support/JetBrains/Toolbox/apps/WebStorm/ch-0/202.7660.23/WebStorm.app.plugins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment