Click here to Skip to main content
15,901,283 members

Comments by Mr.TMG (Top 65 by date)

Mr.TMG 22-Dec-13 13:53pm View    
Thanks.
Mr.TMG 22-Dec-13 13:50pm View    
Memory consumption --Per perfmon-- appears to come from the #of sink blocks in use
Mr.TMG 22-Dec-13 13:48pm View    
I think you are right and i don't understand. but there is defiantly an issue with memory consumption that is somehow related to clearing my user control objects from a flow layout panel and re-populating it. I'm not sure what the issue is and disposing was just an attempt to resolve the issue that clearly does not work. I'm definitely open to suggestion as I've never experienced this issue before. Thanks for your responses.
Mr.TMG 22-Dec-13 13:30pm View    
Because the object consumes resources and i assume that include memory. They were not being disposed of originally. It was only after I started getting the Out of memory exceptions that I started trying to dispose these objects.
Mr.TMG 22-Dec-13 13:25pm View    
wow.. Perfmon is awesome! So it turns out that my Memory consumption comes from the #of sink blocks in use. From what I've read, these are weak references that are associated with a managed object. So why would calling garbage collector have no effect?