From e8939ebcd376da4ab90f8840e8eaa4db5bd83210 Mon Sep 17 00:00:00 2001 From: Alexander Kurtz Date: Sun, 20 Apr 2025 10:31:22 +0200 Subject: [PATCH] docs/MEMORY_PRESSURE: Replace incorrect "packages" with correct "pages" --- docs/MEMORY_PRESSURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MEMORY_PRESSURE.md b/docs/MEMORY_PRESSURE.md index 9cc4f1c0d17..84ba1fad4da 100644 --- a/docs/MEMORY_PRESSURE.md +++ b/docs/MEMORY_PRESSURE.md @@ -16,7 +16,7 @@ it can attempt various things to make more memory available again ("reclaim"): pages are the many memory mapped executable files and shared libraries on disk, among others. -* The kernel can flush out memory packages not backed by files on disk +* The kernel can flush out memory pages not backed by files on disk ("anonymous" memory, i.e. memory allocated via `malloc()` and similar calls, or `tmpfs` file system contents) if there's swap to write it to. -- 2.47.3