软件出现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
发布时间: 2012-09-22 21:54:54 作者: rapoo
软件出现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