webstorm安装时遇到The JVM could not be started的解决方法

error:

THE jvm could not be started.The maximum heap size (-Xmx) might be too large or an antivirus or firewall tool could block the execution.

 

参考了国内外的一些网站 终于找到解决方法了.

修改安装目录下的文件

..\WebStorm 5.0\bin\WebStorm.exe.vmoptions

把-Xmx改小就行了

我的改成了256m.

你可能感兴趣的:(webstorm)