Skip to content

Instantly share code, notes, and snippets.

@intellitour
Created November 8, 2020 11:49
Show Gist options
  • Save intellitour/37ee6747b143884dcf38ff9b3d330054 to your computer and use it in GitHub Desktop.
Save intellitour/37ee6747b143884dcf38ff9b3d330054 to your computer and use it in GitHub Desktop.
Webstorm VMOptions
-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