PHPStorm闪一下无法启动了怎么办?

已邀请:

zkbhj - 凯冰科技站长

赞同来自:

error:

THE jvm could not be started.The maximum heap size (-Xmx) might be too large or an antivirus or firewall tool could block the execution.

修改安装目录下的文件

PhpStorm 6.0\bin\PhpStorm.exe.vmoptions

-Xms128m

-Xmx512m-XX:MaxPermSize=250m-XX:ReservedCodeCacheSize=64m-XX:+UseCodeCacheFlushing-ea-Dsun.io.useCanonCaches=false

把-Xmx改小就行了

比如改成了256m.

要回复问题请先登录注册