Hi,
Limit of the memory is governed by the OS and versions. In 32 bit, max memory consumed by per application is 1 GB (if available). Better to divide the collection in chunks and at the same time release memory ( by clearing unnessesary collections).
Regards
Sutirtha Gupta
------Original Message------
Theoretically, BP hasn't specified any such limit . Hence it can store data upto you RAM Size.
However, Just a few pointers to take note:
1- Your RAM is used when BP process runes as well.
2- The more amount of data (more than 80-90k rows) in collection can surely give you OOM exception.
3- If you have large amount of data for processing, I would recommend to split the flow in provider- consumer model or else split it into multiple sub processes.
------------------------------
Vivek Goel
RPA Architect
Asia/Singapore
+6594554364
https://www.rpatools.com/------------------------------