previous      content      next
Excessive garbage allocation

How to find excessive garbage allocation?

Purpose: Reduce time that garbage collector spends on collecting temporary objects.

  • Run application with profiling enabled.
  • Connect to application.

    Click the "Garbage Collection" telemetry tab on the session panel. This telemetry will help you estimate garbage collector load.

    You can explicitly run garbage collection using the "Force Garbage Collection" toolbar button.

previous      content      next