Working Set drops dramatically when taking Memory Snapshot

dworkmadworkma Posts: 2
edited December 29, 2015 11:56AM in ANTS Memory Profiler 8
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

  • Jessica RJessica R Posts: 1,319 Rose Gold 4
    Hi and thanks for your post!

    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?


  • Is there any way to prevent this from happening? The full GC hides any visibility into the objects that were created before the GC.
Sign In or Register to comment.