config/JetBrains: modernize JVM options

This commit is contained in:
xeruf 2021-11-18 19:37:28 +01:00
parent 92bdc5fea2
commit c508c7cfad
2 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,6 @@
-ms1G
-mx5G -mx5G
-XX:ReservedCodeCacheSize=512m -XX:ReservedCodeCacheSize=1G
-ms1G
-Xss2m -Xss2m
-XX:NewSize=128m -XX:NewSize=128m
-XX:MaxNewSize=128m -XX:MaxNewSize=128m

View File

@ -1,17 +1,15 @@
-ms1G
-mx5G -mx5G
-XX:ReservedCodeCacheSize=512m -XX:ReservedCodeCacheSize=1G
-XX:+UseConcMarkSweepGC -ms1G
-XX:+UseG1GC
-XX:SoftRefLRUPolicyMSPerMB=50 -XX:SoftRefLRUPolicyMSPerMB=50
-ea
-XX:CICompilerCount=2 -XX:CICompilerCount=2
-Dsun.io.useCanonPrefixCache=false
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:+HeapDumpOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow -XX:-OmitStackTraceInFastThrow
-ea
-Dsun.io.useCanonCaches=false
-Djdk.http.auth.tunneling.disabledSchemes=""
-Djdk.attach.allowAttachSelf=true -Djdk.attach.allowAttachSelf=true
-Dkotlinx.coroutines.debug=off
-Djdk.module.illegalAccess.silent=true -Djdk.module.illegalAccess.silent=true
-Dawt.useSystemAAFontSettings=on -Dkotlinx.coroutines.debug=off
-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine
-Dsun.tools.attach.tmp.only=true -Dsun.tools.attach.tmp.only=true