Hello,
I'm getting an Out Of Memory Error and i don't really understand where it comes from. In my object / process I go through a list, and store two string of each rows in a collection. The list has a span of 5000 elements but i get this error when it has ran through half the list. So I thought it came form the collection that was too big, so I decided to it with small collection of hundred elements, and then loop to start over.
But I can see via the Resource Monitor, that the memory allowed to BluePrism just keeps increasing even when I remove all the rows of the collection and start over the loop. So what could I do for it not to burst ?
Thanks,
Florian