<?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: resource pc get auto close in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/resource-pc-get-auto-close/m-p/79665#M31519</link>
    <description>Hi Nilesh,&lt;BR /&gt;&lt;BR /&gt;I would suggest isolating problem by checking your process flow to see if everything has been properly closed/released before you finished a routine. For example, after you opened an Excel instance, you will need closing related calls...or when you Launched a web site, you might need to close it before you quit.&lt;BR /&gt;As well, you might need to see if you can process data in small chunks , e.g, copying a large selection of Excel cells vs copying small selection multiple times might have big difference in terms of memory usage.&lt;BR /&gt;&lt;BR /&gt;These relates to memory cleaning up tasks.&lt;BR /&gt;&lt;BR /&gt;BP is a 32 bit application so it is limited by 2GB max memory usage.&lt;BR /&gt;&lt;BR /&gt;Hope this gives you some hints.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Henry Li&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Oct 2020 00:50:00 GMT</pubDate>
    <dc:creator>henrynli</dc:creator>
    <dc:date>2020-10-08T00:50:00Z</dc:date>
    <item>
      <title>resource pc get auto close</title>
      <link>https://community.blueprism.com/t5/Product-Forum/resource-pc-get-auto-close/m-p/79664#M31518</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am facing resource pc get auto close &amp;amp; there are no such pattern to trace it,I don't know when and why its get auto close.&lt;BR /&gt;&lt;BR /&gt;we have to manually launch resource pc once it get auto close.&lt;BR /&gt;&lt;BR /&gt;I am still doing RND and will be happy if get any help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I am not sure i am on right way or not but i notice that,When i launch resource PC manually its consuming &amp;lt;=40 MB RAM but after execute any or some process, resource PC consume around 200 to 700 MB Ram.&lt;BR /&gt;&lt;BR /&gt;Installed Ram - 7GB&lt;BR /&gt;Win - 10&lt;BR /&gt;BP Version - 6.4&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nilesh Jadhav &lt;BR /&gt;Senior RPA Specialist&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2020 14:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/resource-pc-get-auto-close/m-p/79664#M31518</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2020-10-06T14:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: resource pc get auto close</title>
      <link>https://community.blueprism.com/t5/Product-Forum/resource-pc-get-auto-close/m-p/79665#M31519</link>
      <description>Hi Nilesh,&lt;BR /&gt;&lt;BR /&gt;I would suggest isolating problem by checking your process flow to see if everything has been properly closed/released before you finished a routine. For example, after you opened an Excel instance, you will need closing related calls...or when you Launched a web site, you might need to close it before you quit.&lt;BR /&gt;As well, you might need to see if you can process data in small chunks , e.g, copying a large selection of Excel cells vs copying small selection multiple times might have big difference in terms of memory usage.&lt;BR /&gt;&lt;BR /&gt;These relates to memory cleaning up tasks.&lt;BR /&gt;&lt;BR /&gt;BP is a 32 bit application so it is limited by 2GB max memory usage.&lt;BR /&gt;&lt;BR /&gt;Hope this gives you some hints.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Henry Li&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2020 00:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/resource-pc-get-auto-close/m-p/79665#M31519</guid>
      <dc:creator>henrynli</dc:creator>
      <dc:date>2020-10-08T00:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: resource pc get auto close</title>
      <link>https://community.blueprism.com/t5/Product-Forum/resource-pc-get-auto-close/m-p/79666#M31520</link>
      <description>Hi &lt;A href="https://community.blueprism.com/network/profile?UserKey=ebd5e3b3-4207-425d-a59b-34c23e776fb7" target="_blank" rel="noopener"&gt;Henry&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply and suggestion.&lt;BR /&gt;&lt;BR /&gt;I already implemented below mention things and its reduce some memory consumption.&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Closing all apps before finish bot work.&lt;/LI&gt;
&lt;LI&gt;Set logs error only.&lt;/LI&gt;
&lt;LI&gt;Clear clipboard&lt;/LI&gt;
&lt;LI&gt;Object and action design.&lt;/LI&gt;
&lt;LI&gt;Detach all object&lt;/LI&gt;
&lt;LI&gt;Close all open database connections and instance.&lt;/LI&gt;
&lt;LI&gt;Clear global data item.&lt;/LI&gt;
&lt;LI&gt;Remove all row from global collection.&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;&lt;SPAN&gt;I am still doing RND and will be happy if get any help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Nilesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nilesh Jadhav &lt;BR /&gt;Senior RPA Specialist&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/resource-pc-get-auto-close/m-p/79666#M31520</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2020-10-08T15:40:00Z</dc:date>
    </item>
  </channel>
</rss>

