sclavell
9 years agoOccasional Contributor
SoapUI Pro/Ready API 1.7.0 crashes frequently
Is anyone else experiencing a problem where Ready API spontaneously closes without any indication of error? I'm running version 1.7.0 with SoapUI NG Pro on Windows 10. I've checked the memory co...
- 9 years ago
Support came through with a solution.
https://support.smartbear.com/downloads/readyapi/nightly-builds/
In your Ready API installation folder, in the Contents directory, please find the vmoptions file and open it in a text editor.
Add/edit these lines in the file:
Set Xms128m and -Xmx to 4000 if your ram is 4GB or 8000 if its 8GB -XX:MaxPermSize=128m
-XX:MinHeapFreeRatio=40
-XX:MaxHeapFreeRatio=70
-Dsoapui.jxbrowser.disable=true
-Dtest.history.disabled=true
I've been running a few days now without a crash.