Last active
March 21, 2022 14:46
-
-
Save ilguzin/6020392 to your computer and use it in GitHub Desktop.
High performance Mac OS X IntelliJ IDEA options: /Applications/IntelliJ IDEA 12 CE.app/bin/idea.vmoptions
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
-server | |
-Xms512m | |
-Xmx2048m | |
-XX:MaxPermSize=512m | |
-XX:ReservedCodeCacheSize=256m | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseCompressedOops | |
-XX:+UseConcMarkSweepGC | |
-XX:+AggressiveOpts | |
-XX:+CMSClassUnloadingEnabled | |
-XX:+CMSIncrementalMode | |
-XX:+CMSIncrementalPacing | |
-XX:CMSIncrementalDutyCycleMin=0 | |
-XX:-TraceClassUnloading | |
-XX:+TieredCompilation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would love a little more detail on the whys of the various flags.