Skip to content

Instantly share code, notes, and snippets.

@mkdika
Created November 18, 2019 05:19
Show Gist options
  • Save mkdika/91e9da362e9bb4af3325e835bafed8d6 to your computer and use it in GitHub Desktop.
Save mkdika/91e9da362e9bb4af3325e835bafed8d6 to your computer and use it in GitHub Desktop.
IntelliJ IDEA 2019.2 Custom VM Options
# custom vm options for IntelliJ 2019.2
-server
-Xms2048m
-Xmx2048m
-XX:NewSize=512m
-XX:MaxNewSize=512m
-XX:ParallelGCThreads=4
-XX:MaxTenuringThreshold=1
-XX:SurvivorRatio=8
-XX:+UseCodeCacheFlushing
-XX:+UseConcMarkSweepGC
-XX:+AggressiveOpts
-XX:+CMSClassUnloadingEnabled
-XX:+CMSParallelRemarkEnabled
-XX:CMSInitiatingOccupancyFraction=65
-XX:+CMSScavengeBeforeRemark
-XX:+UseCMSInitiatingOccupancyOnly
-XX:ReservedCodeCacheSize=240m
-XX:-TraceClassUnloading
-ea
-Dsun.io.useCanonCaches=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment