You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/profiler/guide/solve-memory-leaks.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,16 @@ The walkthrough guides you through several steps to:
25
25
1. Scope to the relevant data.
26
26
2. Recommend Datadog integrations and upgrades that assist in the investigation.
27
27
3. Explain how memory management works in your runtime.
28
-
4. Confirm potential memory leaks by inspecting retained objects through [Profile Comparisons][2].
28
+
4. Confirm potential memory leaks by inspecting retained objects using profile comparisons.
29
29
30
30
## Requirements
31
31
32
32
To use this walkthrough, you need:
33
33
* A containerized service with either the Datadog Kubernetes integration or the Datadog Container integration installed.
34
34
*[Continuous Profiler enabled][3].
35
35
* Ensure that your profiles are tagged with `container_id`. This is necessary to link between container memory utilization metrics and profiling data.
36
-
* For Java and .NET ensure that heap profiling is enabled so that heap data is available for analysis.
37
-
* For Java: [Enabling the heap histogram metrics][6]
38
-
* For .NET: [Heap snapshot][7]
36
+
* For Java ([Enabling the heap histogram metrics][6]) and .NET ([Heap snapshot][7]) ensure that heap profiling is enabled so that heap data is available for analysis.
37
+
39
38
40
39
## Get started
41
40
@@ -48,7 +47,6 @@ To investigate a memory leak using the guided walkthrough:
0 commit comments