We have added 2K to 300K location marker in ArcGIS Map application memory goes high and terminate due to memory.
in ArcGIS Map, we get data about 2K to 300K and set and remove data on a particular zoom level. In this process we get N element and using for loop create N element AGSSymbol then it add on AGSGraphic Array.
After the large process [AGSGraphic] into the AGSGraphicsOverlay. then it adds on ArcGIS Map.
this process is repeated when certain zoom in or zoom out and Memory increase continuously.
so how can solve this issue of memory usage ?? Nicholas Furness Divesh Goyal