|
Title: Memory issue: Needs to restart the SoapUI Post by: Mukul Bhatt on September 17, 2007, 03:09:06 pm 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? Title: Re: Memory issue: Needs to restart the SoapUI Post by: omatzura on September 18, 2007, 04:05:05 pm Hi!
are you receiving a message of 220mb or an attachment? Have you increased the memory settings in soapui.bat? regards! /Ole eviware.com Title: Re: Memory issue: Needs to restart the SoapUI Post by: Mukul Bhatt on September 18, 2007, 08:09:03 pm Memory usage for the process goes upto 220MB in Windows TaskManager for java.exe process.
Title: Re: Memory issue: Needs to restart the SoapUI Post by: omatzura on September 18, 2007, 08:17:59 pm 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 |