BalamuruganRavi
10 years agoOccasional Contributor
Soapui Pro out of memory issue
I am using the below machine configuration Widows Server 2002, 4GB RAM, Intel 2 GHz processor soapUI Pro 5.0.0 Often I am facing heap space out memory issue; already I tried increasing heap memory in...
- 10 years ago
Download the 64-bit SoapUI Pro,
http://www.soapui.org/Downloads/latest-release.html
Here are some quick memory fixes.
Edit the vmoptions file in SoapUI Pro installation folder\bin to accommodate following changes,
Set Xms128m and -Xmx to 4000 if your ram is 4GB or 8000 if its 8GB
Also if you receive the perm gen space error add -XX:MaxPermSize=128m.
For more information on the link,
http://www.soapui.org/Working-with-soapUI/improving-memory-usage.html