mirror of
https://github.com/noviceli/jetbra
synced 2024-11-21 20:56:25 +03:00
21 lines
633 B
Text
21 lines
633 B
Text
-Xms512m
|
|
-Xmx4g
|
|
-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
|
|
|
|
--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
|
|
--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
|
|
|