Last active
August 3, 2017 08:24
-
-
Save ksomemo/8644251 to your computer and use it in GitHub Desktop.
PhpStorm64.exe.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
-server | |
-Xms128m | |
-Xmx512m | |
-XX:MaxPermSize=250m | |
-XX:ReservedCodeCacheSize=64m | |
-ea | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 |
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
Set ws = CreateObject("Wscript.Shell") | |
ws.run "cmd /c ""C:\Program Files\JetBrains\PhpStorm 7.0\bin\PhpStorm.bat""", vbhide |
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 | |
-Xms512m | |
-Xmx1024m | |
-XX:MaxPermSize=512m | |
-XX:ReservedCodeCacheSize=128m | |
-ea | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-Dswing.aatext=true | |
-Dawt.useSystemAAFontSettings=lcd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
チーッス o./
Did you notice a good performance improvement with this vmoption? I found phpstorm to lag quite a bit with inspections enabled when working with decently sized javascript files.
Tried different things , the cpu ramps up to 100% even when scrolling through the source file ~