Created
July 11, 2024 11:50
-
-
Save martinadamsdev/7f495edda7b5f307cb699d1ad9c55a80 to your computer and use it in GitHub Desktop.
Jetbrains IDE VM Options
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
-Xms4096m | |
-Xmx10240m | |
-XX:CICompilerCount=6 | |
-XX:+UseG1GC | |
-XX:MaxGCPauseMillis=200 | |
-XX:InitiatingHeapOccupancyPercent=45 | |
-XX:NewRatio=3 | |
-XX:ReservedCodeCacheSize=512m | |
-XX:+UseCompressedOops | |
-XX:+OptimizeStringConcat | |
-XX:CompileThreshold=500 | |
-XX:+UseFastAccessorMethods | |
-Dswing.aatext=true | |
-Dsun.java2d.xrender=true | |
-Dsun.java2d.opengl=True | |
-Dsun.java2d.d3d=True | |
-Dprism.order=sw | |
-Dsun.java2d.noddraw=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment