phpstorm the jvm could not be started the maximum heap size

WBOY
Release: 2016-06-13 13:05:15
Original
1159 people have browsed it

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
Copy after login

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template