<?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: Issue leveraging in_memory workspace in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/issue-leveraging-memory-workspace/m-p/108329#M8356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the new 'memory workspace'?&lt;/P&gt;&lt;P&gt;There are a number of qualifiers about performance&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/the-in-memory-workspace.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/the-in-memory-workspace.htm"&gt;Write geoprocessing output to memory—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might have run up against them for sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2019 12:12:42 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-07-17T12:12:42Z</dc:date>
    <item>
      <title>Issue leveraging memory workspace</title>
      <link>https://community.esri.com/t5/python-questions/issue-leveraging-memory-workspace/m-p/108328#M8355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;I am running a Python 3 script, and with that script I am trying to leverage the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;in_memory workspace.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The work flow involves clipping manageable tiles of a simplified raster layer and then convert to a polygon feature class.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Using 'in_memory', I carry out an eliminate and a smoothPolygon. As new tiles are processed, I release and clean up the in_memory feature classes so as not to consume memory/RAM needlessly. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The script is intended to run for hours (more tiles = more time). For the most part it works. However at times the script process appears to just hang or greatly slows down. The hanging may even correspond to when my computer is locked for a period of time - like overnight.&amp;nbsp; The next morning, I can start the script up again on the same tile and the script completes.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Has anyone else run into a similar issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config Specs:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ArcGIS Pro 2.4.0&lt;/P&gt;&lt;P&gt;Intel Core i7 | 64 GB&lt;/P&gt;&lt;P&gt;Win 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 12:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issue-leveraging-memory-workspace/m-p/108328#M8355</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2019-07-17T12:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue leveraging in_memory workspace</title>
      <link>https://community.esri.com/t5/python-questions/issue-leveraging-memory-workspace/m-p/108329#M8356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the new 'memory workspace'?&lt;/P&gt;&lt;P&gt;There are a number of qualifiers about performance&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/the-in-memory-workspace.htm" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/the-in-memory-workspace.htm"&gt;Write geoprocessing output to memory—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might have run up against them for sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 12:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issue-leveraging-memory-workspace/m-p/108329#M8356</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-07-17T12:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue leveraging in_memory workspace</title>
      <link>https://community.esri.com/t5/python-questions/issue-leveraging-memory-workspace/m-p/108330#M8357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I am using the new memory.&amp;nbsp; Snippet from my code:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fcElim = r"memory\fcElim"&lt;BR /&gt; fcElimSm = r"memory\fcElim_Sm"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 12:18:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issue-leveraging-memory-workspace/m-p/108330#M8357</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2019-07-17T12:18:52Z</dc:date>
    </item>
  </channel>
</rss>

