Skip to content

Commit 8c40501

Browse files
authored
Fix the warning
1 parent 75f8db3 commit 8c40501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Combined with [Step 2](#step-2-inspect-pod-memory-statistics), `anon` represents
127127
echo 1 > /proc/sys/vm/drop_caches
128128
```
129129

130-
4. Verify if the command in the previous step causes any effect by repeating [Step 1](#step-1-inspect-pod-working-set) and [Step 2](#step-2-inspect-pod-memory-statistics):
130+
4. Verify if the command in the previous step causes any effect by repeating [Step 1](#step-1-inspect-the-pod-working-set) and [Step 2](#step-2-inspect-pod-memory-statistics):
131131

132132
```console
133133
$ kubectl top pods -A | grep -i "<DEPLOYMENT_NAME>"

0 commit comments

Comments
 (0)