Skip to content

Instantly share code, notes, and snippets.

@mkdika
Created November 18, 2019 05:19
Show Gist options
  • Select an option

  • Save mkdika/91e9da362e9bb4af3325e835bafed8d6 to your computer and use it in GitHub Desktop.

Select an option

Save mkdika/91e9da362e9bb4af3325e835bafed8d6 to your computer and use it in GitHub Desktop.

Revisions

  1. mkdika created this gist Nov 18, 2019.
    22 changes: 22 additions & 0 deletions idea64.vmoptions
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    # 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