<?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 Either your PC spec is too in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85100#M36148</link>
    <description>Either your PC spec is too low, or more likely the process you are running is doing something to consume all the available memory. Try enabling the memory logging feature, reboot, then run the process to induce the problem again, then study the logs to see where the build up is.</description>
    <pubDate>Wed, 18 Oct 2017 14:18:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2017-10-18T14:18:00Z</dc:date>
    <item>
      <title>System Out of Memory Exception</title>
      <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85099#M36147</link>
      <description>I am getting System Out of Memory Exception. Need assistance how to resolve this issue.  below are issue details.

System.outOfMemoryException: Exception of type
'System.OutOfMemory' was thrown.
at System.Diagnostics.NtProcessInfoHelper.GetProcessInfoS(IntPtrdataPtr)
at System.Diagnostics.NtProcessInfoHelper.GetProcessInfoS()
at System.Diagnostics.ProcessManager.GetProcessInfoS(String MachinName)
at System.Diagnostics.Process.EnsureStste(State state)
at System.Diagnostics.Process.get_MinWindowHandle()
at System.Diagnostics.Process.closeMainWindow()
at MS_ExcelVBO.CloseInstance(Int32 Handle, Boolean SaveWorkbooks)
at MS_ExcelVBO.CloseInstance(Decimal handle, Boolean Savechanges)</description>
      <pubDate>Tue, 17 Oct 2017 21:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85099#M36147</guid>
      <dc:creator>AMITJAGTAP1</dc:creator>
      <dc:date>2017-10-17T21:11:00Z</dc:date>
    </item>
    <item>
      <title>Either your PC spec is too</title>
      <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85100#M36148</link>
      <description>Either your PC spec is too low, or more likely the process you are running is doing something to consume all the available memory. Try enabling the memory logging feature, reboot, then run the process to induce the problem again, then study the logs to see where the build up is.</description>
      <pubDate>Wed, 18 Oct 2017 14:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85100#M36148</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-10-18T14:18:00Z</dc:date>
    </item>
    <item>
      <title>I am facing the same problem.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85101#M36149</link>
      <description>I am facing the same problem. I have 8GB Ram on all the resources. I am using Select on filter query on collection where I am getting this error. Can I use GC action from C# object after each stage to make sure memory is released.</description>
      <pubDate>Mon, 23 Oct 2017 11:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85101#M36149</guid>
      <dc:creator>SagarPhadtare</dc:creator>
      <dc:date>2017-10-23T11:05:00Z</dc:date>
    </item>
    <item>
      <title>collect the garbage regularly</title>
      <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85102#M36150</link>
      <description>collect the garbage regularly. looping through big collections, especially excel workbooks is memory hungry</description>
      <pubDate>Fri, 24 Nov 2017 02:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85102#M36150</guid>
      <dc:creator>MikeHiggs</dc:creator>
      <dc:date>2017-11-24T02:55:00Z</dc:date>
    </item>
    <item>
      <title>I have collected the garbage…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85103#M36151</link>
      <description>I have collected the garbage as well took care of excel instances but still facing System out of memory issues.
Attached is the screen shot.</description>
      <pubDate>Thu, 15 Mar 2018 11:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85103#M36151</guid>
      <dc:creator>AMITJAGTAP1</dc:creator>
      <dc:date>2018-03-15T11:32:00Z</dc:date>
    </item>
    <item>
      <title>It has to be what your…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85104#M36152</link>
      <description>It has to be what your process is doing that is easting memory. Study the session logs to see how/where the memory builds up. If the Excel files you are using are very large, it could be that you need to take a different approach that does not handle all the data all at once.</description>
      <pubDate>Thu, 15 Mar 2018 15:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85104#M36152</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-03-15T15:02:00Z</dc:date>
    </item>
    <item>
      <title>It is not about memory. I…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85105#M36153</link>
      <description>It is not about memory. I have done the RCA on this reducing the data and avoiding calculation with in collection can solve your issue. Pass data in collection&amp;nbsp; in small chunks instead of large data.Hope it will help you.</description>
      <pubDate>Thu, 15 Mar 2018 16:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85105#M36153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Please go through the memory…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85106#M36154</link>
      <description>Please go through the memory usage section in the below document
&lt;A href="https://portal.blueprism.com/system/files/2017-11/Excel%20Automation%20…" target="test_blank"&gt;https://portal.blueprism.com/system/files/2017-11/Excel%20Automation%20…&lt;/A&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/System-Out-of-Memory-Exception/m-p/85106#M36154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T17:16:00Z</dc:date>
    </item>
  </channel>
</rss>

