Created
June 14, 2018 09:39
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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