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

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

WBOY
Release: 2016-06-21 08:48:05
Original
2491 people have browsed it

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


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



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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template