Skip to content

Instantly share code, notes, and snippets.

@arleighdickerson
Last active April 25, 2018 20:21
Show Gist options
  • Save arleighdickerson/e7e42153ca961ce42cca65dee1e01146 to your computer and use it in GitHub Desktop.
Save arleighdickerson/e7e42153ca961ce42cca65dee1e01146 to your computer and use it in GitHub Desktop.
phpstorm.vmoptions
-server
-ea
-Xms4096m
-Xmx8192m
-XX:+UseStringDeduplication
-XX:+AggressiveOpts
-XX:+UseG1GC
-XX:MaxGCPauseMillis=100
-XX:G1HeapRegionSize=2
-XX:ParallelGCThreads=8
-XX:ConcGCThreads=2
-XX:ReservedCodeCacheSize=256m
-XX:SoftRefLRUPolicyMSPerMB=50
-XX:+OmitStackTraceInFastThrow
-Dsun.io.useCanonCaches=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment