Select to view content in your preferred language

loading and then closing MMPK map in Xamarin Forms uwp application does not release memory and causes crash

1182
1
07-21-2023 11:26 AM
Labels (4)
SaghiKhani
New Contributor

I am developing a Xamarin forms application for Windows platforms (UWP Application), and I'm using Esri.ArcGISRuntime 100.15.2. I can successfully open MMPK, save the data I need, and load it. However, after I close the map, the memory doesn't get released and it causes an OutOfMemoryException even I'm calling the Garbage Collector to dispose of unnecessary resources. Does anybody have an idea why this is happening?

0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

What architecture is your UWP app building/running as: x86 or x64?  

0 Kudos