Created
October 14, 2014 16:41
-
-
Save v0d1ch/27012d0684263f1a5be6 to your computer and use it in GitHub Desktop.
phpstorm FAST config :)
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
| -server | |
| -Xms128m | |
| -Xmx750m | |
| -XX:MaxPermSize=350m | |
| -XX:ReservedCodeCacheSize=96m | |
| -ea | |
| -Dsun.io.useCanonCaches=false | |
| -Djava.net.preferIPv4Stack=true | |
| -XX:+UseCodeCacheFlushing | |
| -XX:+UseConcMarkSweepGC | |
| -XX:SoftRefLRUPolicyMSPerMB=50 | |
| -Dawt.useSystemAAFontSettings=lcd | |
| -Dawt.java2d.opengl=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment