Skip to content

Instantly share code, notes, and snippets.

@iuriimattos
Last active July 4, 2022 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iuriimattos/509e7e16edc1a70015d6f75c91583a05 to your computer and use it in GitHub Desktop.
Save iuriimattos/509e7e16edc1a70015d6f75c91583a05 to your computer and use it in GitHub Desktop.
# 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