From: Alexander Kurtz Date: Sun, 20 Apr 2025 08:31:22 +0000 (+0200) Subject: docs/MEMORY_PRESSURE: Replace incorrect "packages" with correct "pages" X-Git-Tag: v258-rc1~773 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8939ebcd376da4ab90f8840e8eaa4db5bd83210;p=thirdparty%2Fsystemd.git docs/MEMORY_PRESSURE: Replace incorrect "packages" with correct "pages" --- 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.