Skip to content

Instantly share code, notes, and snippets.

@s0kil
Last active April 29, 2020 16:51
Show Gist options
  • Save s0kil/3af106d031e0667995de004afd127309 to your computer and use it in GitHub Desktop.
Save s0kil/3af106d031e0667995de004afd127309 to your computer and use it in GitHub Desktop.
WebStorm VM Options
# Custom
-XX:-UseParallelGC
-XX:+UseJVMCICompiler
-XX:+OptimizeStringConcat
-XX:+UnlockExperimentalVMOptions
# GraalVM
-Dgraal.BitcodeOptimizations=true
# Default
-Xms128m
-Xmx1995m
-XX:ReservedCodeCacheSize=240m
-XX:SoftRefLRUPolicyMSPerMB=50
-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
-Dawt.useSystemAAFontSettings=lcd
-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine
-Dsun.tools.attach.tmp.only=true
-Dide.no.platform.update=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment