Skip to content

Commit 03252c4

Browse files
authored
Update high-memory-consumption-disk-intensive-applications.md
1 parent 4cf3548 commit 03252c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

support/azure/azure-kubernetes/availability-performance/high-memory-consumption-disk-intensive-applications.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot High Memory Consumption in Disk-Intensive Applications
33
description: Helps identify and resolve excessive memory usage due to Linux kernel behaviors on Kubernetes pods.
4-
ms.date: 04/29/2025
4+
ms.date: 04/30/2025
55
ms.reviewer: claudiogodoy, v-weizhu
66
ms.service: azure-kubernetes-service
77
ms.custom: sap:Node/node pool availability and performance
@@ -45,7 +45,10 @@ For detailed steps about how to identify which pod is consuming excessive memory
4545

4646
### Step 2: Inspect pod memory statistics
4747

48-
To inspect the memory statistics of the [cgroup](https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html) on the pod that's consuming excessive memory, follow these steps:
48+
To inspect the memory statistics of the [cgroups](https://kubernetes.io/docs/concepts/architecture/cgroups/) on the pod that's consuming excessive memory, follow these steps:
49+
50+
> [!NOTE]
51+
> [Cgroups](https://kubernetes.io/docs/concepts/architecture/cgroups/) help enforce resource management for pods and containers, including CPU/memory requests and limits for containerized workloads.
4952
5053
1. Connect to the pod:
5154

0 commit comments

Comments
 (0)