Last active
March 18, 2020 19:06
-
-
Save regadas/7c98834831bcfbf008332d0c9bb9ccf7 to your computer and use it in GitHub Desktop.
IDEA 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
-ea | |
-server | |
-Xms4G | |
-Xmx4096m | |
-Xss2m | |
-XX:MaxMetaspaceSize=2G | |
-XX:ReservedCodeCacheSize=1G | |
-XX:MetaspaceSize=512m | |
-XX:+UseConcMarkSweepGC | |
-XX:+DoEscapeAnalysis | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-XX:+UnlockExperimentalVMOptions | |
-Djava.net.preferIPv4Stack=true | |
-Dsun.io.useCanonCaches=false | |
-XX:LargePageSizeInBytes=256m | |
-XX:+UseCodeCacheFlushing | |
-XX:ParallelGCThreads=8 | |
-XX:+DisableExplicitGC | |
-XX:+ExplicitGCInvokesConcurrent | |
-XX:+PrintGCDetails | |
-XX:+PrintFlagsFinal | |
-XX:+AggressiveOpts | |
-XX:+CMSClassUnloadingEnabled | |
-XX:CMSInitiatingOccupancyFraction=60 | |
-XX:+CMSClassUnloadingEnabled | |
-XX:+CMSParallelRemarkEnabled | |
-XX:+UseAdaptiveGCBoundary | |
-XX:+UseSplitVerifier | |
-XX:CompileThreshold=10000 | |
-XX:+OptimizeStringConcat | |
-XX:+UseStringCache | |
-XX:+UseFastAccessorMethods | |
-XX:+UnlockDiagnosticVMOptions | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:+UseCompressedOops | |
-XX:-OmitStackTraceInFastThrow | |
-Dawt.useSystemAAFontSettings=lcd | |
-Dfile.encoding=UTF-8 | |
-Xverify:none | |
-XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log | |
-XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof | |
-Xbootclasspath/a:../lib/boot.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment