软件出现the jvm could not be started the maximum heap size.

软件出现the jvm could not be started the maximum heap size....找到安装路径下的该文件:D:\Program Fil

软件出现the jvm could not be started the maximum heap size....
找到安装路径下的该文件:
D:\Program Files\PhpStorm 4.0.3\bin\PhpStorm.exe.vmoptions


-Xms128m
-Xmx512m
-XX:MaxPermSize=250m <- 把这里的250改小一点,比如150,就可以了
-XX:ReservedCodeCacheSize=64m
-ea