Created
September 19, 2022 08:06
-
-
Save YuanLiou/dc2907c989d028480d793fb674d21f2d to your computer and use it in GitHub Desktop.
Ray's VM Options
This file contains hidden or 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
-Xms1024m | |
-Xmx4096m | |
-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 | |
-Djna.nosys=true | |
-Djna.boot.library.path= | |
-Didea.vendor.name=Google | |
-Dkotlinx.coroutines.debug=off | |
-XX:ErrorFile=$USER_HOME/java_error_in_studio_%p.log | |
-XX:HeapDumpPath=$USER_HOME/java_error_in_studio.hprof | |
-Dide.no.platform.update=true | |
-Dtoolbox.notification.token=RJRoBcD3PopXI1WKvUXQ0jTQ4GqQ6gEbbA9TS02OlMo= | |
-Dtoolbox.notification.portFile=/Users/louis383/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/221.6008.13.2211.8963757/Android Studio Preview.app.vmoptions.port | |
-Didea.plugins.path=/Users/louis383/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/221.6008.13.2211.8963757/Android Studio Preview.app.plugins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment