I\'ve started using SOAP UI recently to test web services and it\'s pretty cool, but it\'s a huge resource hog.
Is there any way to reduce the amount of resources it use
As user mitchnull mentions in his comment:
Disabling the browser component (-Dsoapui.jxbrowser.disable=true) solved the 100% CPU usage issues for me. (when it was enabled, it periodically went to 100% CPU even when not running any tests/requests).