Forum Discussion
chanthj
10 years agoNew Contributor
OK, I found the solution. JVM was running out of memory. I had to set the stack memory size to 512m. To do so, go to C:\Program Files (x86)\SmartBear\SoapUI-4.6.4\bin. Edit soapui.bat file to have JAVA_OPTS line looks like mine below. Restart the SoapUI. I got no more StackOverflowerror. Woo took me a while to figure out but I am glad I did.
set JAVA_OPTS=-xms512m -Xms256m -Xmx2048m -Dsoapui.properties=soapui.properties "-Dsoapui.home=%SOAPUI_HOME%\" -splash:soapui-splash.png
set JAVA_OPTS=-xms512m -Xms256m -Xmx2048m -Dsoapui.properties=soapui.properties "-Dsoapui.home=%SOAPUI_HOME%\" -splash:soapui-splash.png
- Remy_Fale6 years agoOccasional Contributor
Hello mates,
I have changed my JAVA_OPT in SOAPUi5.4.0/bin and my looks like below:
set JAVA_OPTS=-xms512m -Xms256m -Xmx2048m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -Dsoapui.properties=soapui.properties "-Dsoapui.home=%SOAPUI_HOME%\" -splash:SoapUI-Spashscreen.png
But it still not working - Something wrong?
help..
Remy
- groovyguy6 years agoCommunity Hero
Remy_Fale: You are replying to a thread that is 4 years old. You may want to consider starting a new post and giving your specific details. Thanks!
- Remy_Fale6 years agoOccasional ContributorI know but what’s the difference if i do have the same issue and the description corresponds to mine?
Although I Will consider your proposition if Ido not get an answer👍🏾.
Thx
Remy.
Related Content
- 3 years ago
- 2 years ago
- 10 years ago
Recent Discussions
- 16 hours ago
- 6 days ago