欢迎各位兄弟 发布技术文章
这里的技术是共享的
可是软件没有了,得一个个安装了。
phpstorm 升级到5了,在公司里一直用4来着,那下载吧。不一会就下载好了,可是安装好了,一打开就出现 提示框 当的下。
显示 THE jvm could not be started.The maximum heap size (-Xmx) might be too large or an antivirus or firewall tool could block the execution.
看网上介绍说这是 配置问题
找到 安装目录/bin/PhpStorm.exe.vmoptions 文件,用文字编辑器打开
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m < - 把这里的250改小一点,比如150,就可以了
-XX:ReservedCodeCacheSize=64m
-ea
果然 真的可以正常打开了。。。。。
友情提供 PhpStorm注册码
下面是PhpStorm的注册码、Key,其license由用户名和License值组成。
User name:
EMBRACE
License key:
===== LICENSE BEGIN =====
43136-12042010
00002UsvSON704l”dILe1PVx3y4″B3
49AU6oSDJrsjE8nMOQh”8HTDJHIUUh
gd1BebYc5U”6OxDbVsALB4Eb10PW8″
===== LICENSE END =====
版权声明:本文为博主原创文章,未经博主允许不得转载。
error:
THE jvm could not be started.The maximum heap size (-Xmx) might be too large or an antivirus or firewall tool could block the execution.
修改安装目录下的文件
..\WebStorm 5.0\bin\WebStorm.exe.vmoptions
把-Xmx改小就行了
比如改成了256m.