Forum Discussion

Mukul_Bhatt's avatar
Mukul_Bhatt
Occasional Contributor
17 years ago

Memory issue: Needs to restart the SoapUI

SoapUI starts responding slowly if large data is returned from the webservice. The memory usage increases upto 220 MB and SoapUI becomes very slow. We need to restart the SoapUI.
Is there any solution for this?

3 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi!

    are you receiving a message of 220mb or an attachment? Have you increased the memory settings in soapui.bat?

    regards!

    /Ole
    eviware.com
  • Mukul_Bhatt's avatar
    Mukul_Bhatt
    Occasional Contributor
    Memory usage for the process goes upto 220MB in Windows TaskManager for java.exe process.
  • omatzura's avatar
    omatzura
    Super Contributor
    Hi,

    ok.. try changing the following line in soapui-pro.bat

    set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx256m

    to something like

    set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx768m

    see if that helps.

    How large responses are you receiving?

    regards!

    /Ole
    eviware.com