Forum Discussion

bugnuker's avatar
12 years ago

SOAP UI Chokes on Large strings

Hello all,

I am working on a web service that processes images. When I try to use SOAP UI to test this web service, SOAP UI will choke for a good few minutes when trying to select the string so I can replace with a new test value.
The length of the string I am using is 166420

I am on a 16GB machine quad core, and it sits at about 12 - 15% CPU for several minutes before the text is selected.

Let me know if you have any questions.

Any help would be great. Thanks!
-Shane

1 Reply

  • SiKing's avatar
    SiKing
    Community Expert
    Just a thought:
    Have a look in $SOAPUI_HOME/bin/soapui*.bat. One of the lines contains:
    set JAVA_OPTS=-Xms128m -Xmx1024m
    Try playing with the memory settings.