Out of memory issue and my object is huge with 12 actions and the object is iterated for 200 times.
To solve this issue i have enabled memory logs under system manager and we are also invoking code block System.GC.Collect()But if i split the object and implement Multi-Object Design then out of memory issue be solved?Any thoughts on Blue prism memor...