Home >Backend Development >PHP Tutorial >Solution to the prompt failed to create JVM when opening phpStorm_PHP Tutorial
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)