Home >Backend Development >PHP Tutorial >Solution to the prompt failed to create JVM when opening phpStorm_PHP Tutorial

Solution to the prompt failed to create JVM when opening phpStorm_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 10:29:131289browse

The solution to the failed to create JVM prompt when opening the phpStorm software.

Modify file D:Program Files (x86)JetBrainsPhpStorm 7.1.3binPhpStorm.exe.vmoptions

Change the memory value to the standard value. The entire content of the file is as follows:

-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


Then reboot! That’s it! (by default7#zbphp.com)

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/777567.htmlTechArticleSolution to the failed to create JVM prompt when opening the phpStorm software. Modify the file D:Program Files (x86)JetBrainsPhpStorm 7.1.3binPhpStorm.exe.vmoptions Change the memory to standard...
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