Skip to content

Instantly share code, notes, and snippets.

@maranemil
Created June 21, 2018 09:01
Show Gist options
  • Save maranemil/1b1d9b59b767179c48e2cbcf62ef6607 to your computer and use it in GitHub Desktop.
Save maranemil/1b1d9b59b767179c48e2cbcf62ef6607 to your computer and use it in GitHub Desktop.
PHPStorm 64 vm options
-Xms512m
-Xmx1024m
-Xss16m
-XX:ReservedCodeCacheSize=512m
-XX:SoftRefLRUPolicyMSPerMB=64
-XX:ParallelGCThreads=2
-XX:MaxPermSize=1024m
-XX:+DoEscapeAnalysis
-XX:+UseCodeCacheFlushing
-XX:MaxTenuringThreshold=2
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Dawt.useSystemAAFontSettings=lcd
-Dcaches.indexerThreadsCount=2
-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine
-Didea.is.internal=true
-Dsun.awt.disablegrab=true
-Didea.classpath.index.enabled=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment