rustrover

This commit is contained in:
novice.li
2024-09-24 21:48:23 +08:00
parent 8e4045e7b8
commit 8813160fd5
53 changed files with 89 additions and 787 deletions

17
vmoptions/rustrover.vmoptions Executable file
View File

@@ -0,0 +1,17 @@
-Xms512m
-Xmx2g
-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