Skip to content

Instantly share code, notes, and snippets.

@maranemil
Created June 14, 2018 09:39
Show Gist options
  • Save maranemil/d207c1a6d4f25def8862365b226267d6 to your computer and use it in GitHub Desktop.
Save maranemil/d207c1a6d4f25def8862365b226267d6 to your computer and use it in GitHub Desktop.
Config PHP Storm to use 2 Threads - /home/user/.PhpStorm2018.1/config/phpstorm64.vmoptions
-Xms1024m
-Xmx2048m
-Xss32m
-XX:ReservedCodeCacheSize=1024M
-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