Last active
July 4, 2022 22:48
-
-
Save iuriimattos/509e7e16edc1a70015d6f75c91583a05 to your computer and use it in GitHub Desktop.
This file contains 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
# custom IntelliJ IDEA VM options | |
-ea | |
-server | |
-Xms256m | |
-Xmx4096m | |
-XX:AutoBoxCacheMax=20000 | |
-XX:MaxMetaspaceSize=512m | |
-XX:MetaspaceSize=128M | |
-XX:ReservedCodeCacheSize=512m | |
-XX:+AlwaysPreTouch | |
-XX:+UseG1GC | |
-XX:+UseStringDeduplication | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:-OmitStackTraceInFastThrow | |
-Dsun.awt.keepWorkingSetOnMinimize=true | |
-Dsun.io.useCanonCaches=false | |
-Dsun.java2d.uiScale.enabled=false | |
-Djava.net.preferIPv4Stack=true | |
-Djdk.http.auth.tunneling.disabledSchemes="" | |
-Djsse.enablesSNIExtension=false | |
-Dfile.encoding=UTF-8 | |
-Dhidpi=true | |
-Dide.ui.scale=0.8 | |
-Duser.name=iuri.matos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17.0.3b469.3