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 consumption and that looks okay. There's nothing about an error in the logs.
It doesn't always happen when I'm actively working in the application either - some times I'll turn away for a minute and when I return it's just gone. So I can't really give any steps to reproduce it. I'm in the app most of the day everyday and it happens 2-3 times per week, and a colleague in my office has also seen this happen.
I wondered if it's a known bug in 1.7.0?
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.