当前位置: 代码迷 >> PHP >> phpstorm the jvm could not be started the maximum heap size
  详细解决方案

phpstorm the jvm could not be started the maximum heap size

热度:1117   发布时间:2012-11-26 11:48:50.0
phpstorm the jvm could not be started the maximum heap size…
之前一直用PhpStorm3.0,懒得去升级,今天不知怎么想的,就升吧。
备份之前的设置,然后卸载3.0。安装完5之后启动的时候就报错了,如题。

这是配置问题,解决办法就是
找到 安装目录/bin/PhpStorm.exe.vmoptions  文件,用文本编辑器打开
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m  把这里的250改小一点,比如150,就可以了
-XX:ReservedCodeCacheSize=64m
-ea
  相关解决方案