Skip to content

Commit f2dd626

Browse files
authored
update
1 parent 0d8b7f5 commit f2dd626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ The following table describes some memory segments:
9494
| Segment | Description |
9595
|---|---|
9696
| `anon` | Amount of memory used in anonymous mappings. The majority languages use this segment to allocate memory. |
97-
| file | Amount of memory used to cache filesystem data, including tmpfs and shared memory. |
97+
| `file` | Amount of memory used to cache filesystem data, including tmpfs and shared memory. |
9898
| `slab` | Amount of memory used for storing data structures in the Linux kernel. |
9999

100-
In the [Step 2](#step-2-inspect-pod-memory-statistics), the `anon` represents 5197824 bytes which is not even close to the total amount reported by the working set metric. The `slab` memory segment used by the Linux kernel represents 354682456 bytes, which is almost all the memory reported by working set metric on the pod.
100+
Combined with the [Step 2](#step-2-inspect-pod-memory-statistics), the `anon` represents 5197824 bytes which isn't close to the total amount reported by the working set metric. The `slab` memory segment used by the Linux kernel represents 354682456 bytes, which is almost all the memory reported by working set metric on the pod.
101101

102102
### Step 4: Drop the kernel cache on a debugger pod
103103

0 commit comments

Comments
 (0)