Activity overview
Latest activity by bcumming
Sorry, I have been unavailable to respond until today.
The object is not a root object. It also does not appear to be pinned. I never used perfmon before, so I am not quite sure what I was doing. But looking at the graph of pinned objects, it did not appear to fluctuate when doing the operations in question. / comments
Sorry, I have been unavailable to respond until today.
The object is not a root object. It also does not appear to be pinned. I never used perfmon before, so I am not quite sure what I was doing. B...
Hi Robert,
Thanks for your response.
I have been doing a Force GC. That does not seem to help with this problem.
Also, those 5 references I listed do all seem to be "local" to the object in question. If I click them, the navigator jumps to that object and it shows them being referenced only by the object I am hoping will go away.
Finally, I do know the type of the object I am dealing with, and I do know where it is being allocated. I am just trying to figure out why it is sticking around [image]
Any other ideas?
Thanks,
Brian / comments
Hi Robert,
Thanks for your response.
I have been doing a Force GC. That does not seem to help with this problem.
Also, those 5 references I listed do all seem to be "local" to the object in questio...
trying to chase down some memory problems
Working on a UI application and having severe memory bloat. Doing some reading, ANTS seemed like a pretty cool tool. And it is!
However, I am having some problems chasing down some of my problems. ...