ThinkGeo.com    |     Documentation    |     Premium Support

Memory Spike

Hi,


I am experiencing same behavior as Ryan had in this post:

gis.thinkgeo.com/Support/Dis...fault.aspx


I agree, it is not a memory leak, but memory spike. Sometimes, my users getting “OutOfMemoryException” and that’s not  acceptable for my perspective.

Please let me know if any progress has been made to fix this issue.


I can send you a video of my screen  (.swf file, 2M),  showing memory spikes, if you want.


Thanks,

Inna



Hello Inna, 
  
 Thanks for your post, we have confirmed that problem, and submitted to the issue system, but our plan is fix it in the next release 6.0 that has great opportunity is in May. 
  
 So please check our website to get the new release news. 
  
 Please feel free to let us know your problems. 
  
 Regards, 
  
 Gary

Hello Inna, 
  
 We did more research on this and find that each feature in EditOverlay is a node of visual tree of the WPF canvas, so we cannot control its GC, however, if the you don’t want to face the memory leak, you can set the wpfMap.EditOverlay.RenderMode as RenderMode.GdiPlus, this can solve the memory problem, but when the selected feature is being panned, a little delay would appear. 
  
 Regards, 
  
 Gary