Problem Description:
Start SoapUI-5.0.0 times error, which causes the program to fail to start:
The JVM could not being started. The maximum heap size (-XMX) might is too large or an antivirus or firewall tool could block the execution.
Problem Analysis:
From this error, it can be determined that the boot parameter (-XMX) configuration is too large to exceed the system's maximum available resources
How to resolve:
Modify the SoapUI-5.0.0 configuration file
In the bin directory of the SoapUI-5.0.0 installation path, there is a soapui-5.0.0.vmoptions file
-xms128m
-xmx1000m
-dsoapui.properties=soapui.properties
-dsoapui.home=c:\sean_app\soapui-5.0.0/ Bin
-dsoapui.ext.libraries=c:\sean_app\soapui-5.0.0/bin/ext
-dsoapui.ext.listeners=c:\sean_app\ Soapui-5.0.0/bin/listeners
-dsoapui.ext.actions=c:\sean_app\soapui-5.0.0/bin/actions
-Dwsi.dir=C:\sean _app\soapui-5.0.0/wsi-test-tools
-djava.library.path=c:\sean_app\soapui-5.0.0/bin
- Djava.util.arrays.uselegacymergesort=true
-splash:soapui-splash.png
Change the value of the-xmx to small until SoapUI-5.0.0 can start normally