Last active
August 23, 2022 12:41
-
-
Save marsyang1/834253d85a42c4e9320f8427ad52ff8d to your computer and use it in GitHub Desktop.
Custom IntelliJ IDEA 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
# Custom IntelliJ IDEA VM options | |
# https://www.jetbrains.com/help/idea/tuning-the-ide.html#87971013 | |
-Xms2g | |
-Xmx8g | |
-XX:+G1GC | |
# https://blog.shiftleft.io/understanding-jvm-soft-references-for-great-good-and-building-a-cache-244a4f7bb85d | |
-XX:SoftRefLRUPolicyMSPerMB=512 | |
-Djava.net.preferIPv4Stack=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment