Home  >  Article  >  php教程  >  phpStorm打开提示 failed to create JVM 的解决办法

phpStorm打开提示 failed to create JVM 的解决办法

WBOY
WBOYOriginal
2016-06-21 08:48:052467browse

phpStorm 软件打开运行提示 failed to create JVM的解决办法。

修改文件 D:\Program Files (x86)\JetBrains\PhpStorm 7.1.3\bin\PhpStorm.exe.vmoptions

把内存值改成标准值,文件全部内容如下:

-server
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m
-XX:ReservedCodeCacheSize=64m
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+UseCodeCacheFlushing
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50


然后重新启动!即可!(by default7#zbphp.com)



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