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

WBOY
Release: 2016-07-13 10:29:13
Original
1255 people have browsed it

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


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...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!