Forum Discussion

Thugzilla's avatar
Thugzilla
Occasional Contributor
13 years ago

[Resolved] SoapUI freezing when using data-driven test loop?

Hi,

I've got a functional test case that is continually freezing around the 1300th step and so far changing the "-Xmx" value to 4096M, discarding successful results as well as keeping a max log size of 30 entries is not alleviating the UI freeze.

The core of the test case are ~18 steps that are looped with new data source data. Is this a bug or is there something else I can alter to prevent this lockup every time?

Apologies if this is a repost, after a couple of queries I couldn't find what I was looking for.

Thanks for the help in advance.
  • Thugzilla's avatar
    Thugzilla
    Occasional Contributor
    Fixed:: the exact crash I was having had to do with PermGen size rather than heap size.

    For anyone else hitting issues like these: I highly recommend using jconsole-> pointing to pergen memory view and running your tests while monitoring the process. You can then know what value to use for -XX:MaxPermSize.