Exception of type 'System.OutOfMemoryException" while correlation

Hello All,

We have recorded a script using protocol Web-HTTP/HTML.
After this when we try to do a Correlation getting below exception, RAM in the host is 16GB.

If we try to do a search in Snapshot for that value then we get an error The string was not found.

Can you please suggest how to resolve this issue?

--> Exception:
System.InvalidOperationException: There is an error in XML document (315, 25). ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

Thanks,

Raghavendra.

  • Suggested Answer

    0  

    Hi Raghavendra,

    Sorry for the delayed response. This error usually happens when you are allocating huge memory for the correlated parameters through wbe_set_max_html_param_len() api and when the scripts are run for more Vusers and long duration

    Pls comment out these statements from the script and try again. If it still fails, pls open a support ticket with OT Support and attach the full extended logs along with zipped script folder. We can then review and assist further

    Thanks,

    Ravi Koduri