jetbra/vmoptions/clion.vmoptions

21 lines
499 B
Plaintext
Raw Permalink Normal View History

2024-01-20 05:37:49 +00:00
-Xms512m
-Xmx2g
2023-11-25 06:55:08 +00:00
-XX:ReservedCodeCacheSize=512m
-XX:+IgnoreUnrecognizedVMOptions
-XX:+UseG1GC
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:CICompilerCount=2
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-ea
-Dsun.io.useCanonCaches=false
-Djdk.http.auth.tunneling.disabledSchemes=""
-Djdk.attach.allowAttachSelf=true
-Djdk.module.illegalAccess.silent=true
-Dkotlinx.coroutines.debug=off
-XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log
-XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
2024-04-20 00:29:11 +00:00
2023-11-25 06:55:08 +00:00