<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Threshold for Collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92225#M42059</link>
    <description>It depends on amounts of data, number of rows/columns. Too much and you start getting OOM errors.&lt;BR /&gt;Internally DataTable is not very efficient already and blueprism adds even more overhead on top of it.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Nov 2019 14:33:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2019-11-01T14:33:00Z</dc:date>
    <item>
      <title>Threshold for Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92224#M42058</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Can anyone please let me know what is the threshold level for collection, how much it can store? Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harsh Wardhan&lt;BR /&gt;Rpa Developer&lt;BR /&gt;Tcs&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;7019650113&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Oct 2019 06:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92224#M42058</guid>
      <dc:creator>HarshWardhan</dc:creator>
      <dc:date>2019-10-30T06:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Threshold for Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92225#M42059</link>
      <description>It depends on amounts of data, number of rows/columns. Too much and you start getting OOM errors.&lt;BR /&gt;Internally DataTable is not very efficient already and blueprism adds even more overhead on top of it.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 14:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92225#M42059</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-11-01T14:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Threshold for Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92226#M42060</link>
      <description>Theoretically, BP hasn't specified any such limit . Hence it can store data upto you RAM Size.&lt;BR /&gt;&lt;BR /&gt;However, Just a few pointers to take note:&lt;BR /&gt;1- Your RAM is used when BP process runes as well.&lt;BR /&gt;2- The more amount of data (more than 80-90k rows) in collection can surely give you OOM exception.&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2019 03:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92226#M42060</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-11-20T03:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Threshold for Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92227#M42061</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV dir="auto"&gt;Hi,&lt;DIV dir="auto"&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV dir="auto"&gt;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).&amp;nbsp;&lt;/DIV&gt;&lt;DIV dir="auto"&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV dir="auto"&gt;Regards&lt;/DIV&gt;&lt;DIV dir="auto"&gt;Sutirtha Gupta&lt;/DIV&gt;&lt;DIV dir="auto"&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;Theoretically, BP hasn't specified any such limit . Hence it can store data upto you RAM Size.&lt;BR /&gt;&lt;BR /&gt;However, Just a few pointers to take note:&lt;BR /&gt;1- Your RAM is used when BP process runes as well.&lt;BR /&gt;2- The more amount of data (more than 80-90k rows) in collection can surely give you OOM exception.&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Nov 2019 06:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Threshold-for-Collection/m-p/92227#M42061</guid>
      <dc:creator>sutirtha.gupta</dc:creator>
      <dc:date>2019-11-20T06:22:00Z</dc:date>
    </item>
  </channel>
</rss>

