Optimizing memory usage
How to find out why application eats that much memory?
- Run profiling-enabled application.
- Connect to application. DO NOT record allocations as they are not needed to solve this task.
-
Capture memory snapshot.
To identify the moment when to capture the snapshot, use Telemetry to see when and how the used memory grows.
Also, a snapshot can be captured automatically on low memory and/or on out of memory.
- Open the snapshot and use the Statistics section in the "All Objects" view.
