Skip to content

Commit 4cf3548

Browse files
authored
Update
1 parent 8c40501 commit 4cf3548

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
@@ -10,7 +10,7 @@ ms.custom: sap:Node/node pool availability and performance
1010

1111
Disk input and output operations are costly, and most operating systems implement caching strategies for reading and writing data to the filesystem. The [Linux kernel](https://www.kernel.org/doc) usually uses strategies such as the [page cache](https://www.kernel.org/doc/gorman/html/understand/understand013.html) to improve overall performance. The primary goal of the page cache is to store data read from the filesystem in the cache, making it available in memory for future read operations.
1212

13-
This article helps you identity and avoid the high memory consumption caused by disk-intensive applications due to Linux kernel behaviors on Kubernetes pods.
13+
This article helps you identity and avoid high memory consumption in disk-intensive applications due to Linux kernel behaviors on Kubernetes pods.
1414

1515
## Prerequisites
1616

0 commit comments

Comments
 (0)