Home  >  Article  >  Backend Development  >  phpstorm the jvm could not be started the maximum heap size

phpstorm the jvm could not be started the maximum heap size

WBOY
WBOYOriginal
2016-06-13 10:58:391428browse

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn