]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/MEMORY_PRESSURE: Replace incorrect "packages" with correct "pages"
authorAlexander Kurtz <alexander@kurtz.be>
Sun, 20 Apr 2025 08:31:22 +0000 (10:31 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 17 May 2025 11:43:20 +0000 (12:43 +0100)
(cherry picked from commit e8939ebcd376da4ab90f8840e8eaa4db5bd83210)
(cherry picked from commit 8acffbf0abfcaa4de82a81e62d0acee7b896f122)

docs/MEMORY_PRESSURE.md

index 532f89456da7d08496de3fd9cab51fc0b240da0e..7920a76c735f79023e305781ea17989e9125bd91 100644 (file)
@@ -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.