Skip to content

Instantly share code, notes, and snippets.

@iegik
Forked from edwardbeckett/idea64.exe.vmoptions
Last active January 27, 2021 07:31
Show Gist options
  • Select an option

  • Save iegik/6e604f359169546938e04db49e0fe357 to your computer and use it in GitHub Desktop.

Select an option

Save iegik/6e604f359169546938e04db49e0fe357 to your computer and use it in GitHub Desktop.
Java 8 Intellij 64 JVM Options

Optimization settings for PHPStorm

~/Library/Preferences/PhpStorm*/phpstorm.vmoptions

-Dawt.useSystemAAFontSettings=lcd
-server
-Xms128m
-Xmx512m
-XX:+AggressiveOpts
-XX:+CMSClassUnloadingEnabled
-XX:CMSInitiatingOccupancyFraction=65
-XX:+CMSParallelRemarkEnabled
-XX:+CMSScavengeBeforeRemark
-XX:MaxGCPauseMillis=10
-XX:MaxJavaStackTraceDepth=-1
-XX:MaxTenuringThreshold=1
-XX:ParallelGCThreads=4
-XX:SurvivorRatio=8
-XX:-TraceClassUnloading
-XX:+UseCMSInitiatingOccupancyOnly
-XX:+UseCodeCacheFlushing
-XX:+UseParNewGC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment