Skip to content

Instantly share code, notes, and snippets.

@marsyang1
Last active August 23, 2022 12:41
Show Gist options
  • Save marsyang1/834253d85a42c4e9320f8427ad52ff8d to your computer and use it in GitHub Desktop.
Save marsyang1/834253d85a42c4e9320f8427ad52ff8d to your computer and use it in GitHub Desktop.
Custom IntelliJ IDEA VM options
# 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