版本:
soapUI-5.2.1
问题:
启动soapUI时报错: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.
原因:
启动参数(-Xmx)配置过大,超过了系统最大可用资源
解决方案:
修改安装路径soapUI-5.2.1/bin目录下的SoapUI-5.2.1.vmoptions文件
把将-Xmx的值改小,改为800,soapUI-5.2.1可以正常启动