Working Set drops dramatically when taking Memory Snapshot
dworkma
Posts: 2
I am trying to analyze our .NET web application and I noticed that when I click the "Take Memory Snapshot" button the app's Private Working Set drops about 30% to 50% immediately, before the snapshot is completed. Is this expected behavior?
Comments
This behavior can be expected as the memory profiler forces a garbage collection and runs all finalizers before each snapshot. (It does this so that the results focus on objects that are persisting in memory rather than objects that can actually be picked up by the GC.)
I hope this info helps!
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?