Activity overview
Latest activity by mjpeet
What a great tool. I was able to identify a disposable object that wasn't being disposed, which was the cause of the runaway memory utilization.
I have noticed that the Garbage Collector seems much more active when the app is being profiled. Why is this?
Mike / comments
What a great tool. I was able to identify a disposable object that wasn't being disposed, which was the cause of the runaway memory utilization.
I have noticed that the Garbage Collector seems muc...
I may have a possible explanation. After running the profile all night, it appears that the Gen 2 Heap does still grow. Apparently it's just far slower, possibly due to the overhead of profiling.
Mike / comments
I may have a possible explanation. After running the profile all night, it appears that the Gen 2 Heap does still grow. Apparently it's just far slower, possibly due to the overhead of profiling....
Hello Heisenberg: Memory Profiling Changes App Behavior
I am currently stress testing a long-running (Windows service) application trying to find memory leaks. What I have done up to this point was run the Windows Performance Monitor with a few key met...