<?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: Map Control Memory Leak in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277163#M1369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you talking about the UseAcceleratedDisplay property or the AcceleratedDisplay property on the map control?&amp;nbsp; I already have UseAcceleratedDisplay set to false.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;UseAcceleratedDisplay = false&lt;/PRE&gt;&lt;SPAN&gt; solved the unmanaged memory leak for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 17:40:36 GMT</pubDate>
    <dc:creator>AaronHigh</dc:creator>
    <dc:date>2013-05-30T17:40:36Z</dc:date>
    <item>
      <title>Map Control Memory Leak</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277160#M1366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a WPF application using the Runtime SDK that is suffering from a major memory leak.&amp;nbsp; My app is designed to automatically pan &amp;amp; zoom around the map, use the tileloading event to get the URL for an ArcGIS Server map tile, and download it using a standard .NET WebClient through a proxy server.&amp;nbsp; However, even when I disable all my logic and manually pan &amp;amp; zoom the map control I still see a memory leak.&amp;nbsp; Is this a known issue with the Runtime SDK for WPF?&amp;nbsp; Another project where I work uses the Runtime SDK and they are also experiencing a memory leak when panning &amp;amp; zooming, just not as fast as they are not automating it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 19:55:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277160#M1366</guid>
      <dc:creator>ShaunMcCloud</dc:creator>
      <dc:date>2013-05-29T19:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Map Control Memory Leak</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277161#M1367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my usage, the AcceleratedDisplay leaks unmanaged memory at a very high rate when automated operations occur on it at a high rate (i.e. a DispatcherTimer doing something to the map or layers therein every n milliseconds). Disabling the AcceleratedDisplay solved this issue for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 22:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277161#M1367</guid>
      <dc:creator>AaronHigh</dc:creator>
      <dc:date>2013-05-29T22:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Map Control Memory Leak</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277162#M1368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In my usage, the AcceleratedDisplay leaks unmanaged memory at a very high rate when automated operations occur on it at a high rate (i.e. a DispatcherTimer doing something to the map or layers therein every n milliseconds). Disabling the AcceleratedDisplay solved this issue for me.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you talking about the UseAcceleratedDisplay property or the AcceleratedDisplay property on the map control?&amp;nbsp; I already have UseAcceleratedDisplay set to false.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 11:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277162#M1368</guid>
      <dc:creator>ShaunMcCloud</dc:creator>
      <dc:date>2013-05-30T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Map Control Memory Leak</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277163#M1369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you talking about the UseAcceleratedDisplay property or the AcceleratedDisplay property on the map control?&amp;nbsp; I already have UseAcceleratedDisplay set to false.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;UseAcceleratedDisplay = false&lt;/PRE&gt;&lt;SPAN&gt; solved the unmanaged memory leak for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 17:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277163#M1369</guid>
      <dc:creator>AaronHigh</dc:creator>
      <dc:date>2013-05-30T17:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Map Control Memory Leak</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277164#M1370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;UseAcceleratedDisplay = false&lt;/PRE&gt; solved the unmanaged memory leak for me.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;&amp;nbsp; Ok, I have more work to do then, I already have UseAcceleratedDisplay set to false.&amp;nbsp; I am able to work around the memory leak some by changing the way I get the Tile URLs so that should be good enough for now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 17:42:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/map-control-memory-leak/m-p/277164#M1370</guid>
      <dc:creator>ShaunMcCloud</dc:creator>
      <dc:date>2013-05-30T17:42:00Z</dc:date>
    </item>
  </channel>
</rss>

