could not create the java virtual machine
Error occurred during initialization of VM
Could not reserve enough space for object heap
将..\WebStorm\bin\WebStorm.exe.vmoptions中的 -Xmx 后面的数字改成256m 就对了!
如果提示 gradle的内容,和以上信息类似,请修改gradle的配置文件。
在操作系统当前用户的.gradle文件夹下:C:\Users\当前用户名\.gradle 设置gradle.properties,若无就新增。
在文件中添加如下配置信息:
org.gradle.jvmargs=-Xmx512m