Skip to content

Instantly share code, notes, and snippets.

@intellitour
Last active June 14, 2021 17:16
Show Gist options
  • Save intellitour/8630c041fda5597fcc8606a78847b333 to your computer and use it in GitHub Desktop.
Save intellitour/8630c041fda5597fcc8606a78847b333 to your computer and use it in GitHub Desktop.
-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
-XX:+AggressiveOpts
-ea
-XX:CICompilerCount=2
-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_idea_%p.log
-XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
-server
-Xscmx1G
-Xaggressive
-XX:+UseLWPSynchronization
-XX:+UseCompressedStrings
-XX:+OptimizeStringConcat
-XX:+UseFastAccessorMethods
-XX:OptThreads=2
-XX:NewRatio=2
-Xss48m
-Dide.no.platform.update=true
-Didea.plugins.path=/Users/pedro/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/202.7660.26/IntelliJ IDEA.app.plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment