Skip to content

Instantly share code, notes, and snippets.

@Maverik
Last active July 23, 2024 14:31
Show Gist options
  • Save Maverik/c20ae34a48bdb0ef20bd316a0f70aaba to your computer and use it in GitHub Desktop.
Save Maverik/c20ae34a48bdb0ef20bd316a0f70aaba to your computer and use it in GitHub Desktop.
Rider / IDEA vmoptions backed by GraalVM
-Xms4096m
-Xmx8192m
-XX:MaxInlineLevel=18
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:ReservedCodeCacheSize=256m
-XX:InitialCodeCacheSize=256m
-XX:+UnlockExperimentalVMOptions
-XX:ParallelGCThreads=3
-XX:ZAllocationSpikeTolerance=4
-XX:+UseZGC
-XX:+ZGenerational
-XX:ZCollectionInterval=30
-XX:MaxMetaspaceSize=1024m
-XX:CICompilerCount=3
-XX:+UseJVMCICompiler
-XX:+EnableJVMCI
-Didea.config.path=B:\Rider\config
-Didea.system.path=B:\Rider\system
-Didea.log.path=B:\Rider\system\log
-Didea.plugins.path=B:\Rider\config\plugins
-Didea.max.content.load.filesize=102400
-Didea.max.intellisense.filesize=102400
-Didea.max.vcs.loaded.size.kb=102400
-Dsun.io.useCanonCaches=false
-ea
-server
--enable-preview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment