soapUI启动报错:The JVM could not be started. The maximum heap size (-Xmx) might be too large or an antiv…

  • Post author:
  • Post category:其他



版本:

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可以正常启动





版权声明:本文为qq_39495959原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。