]> 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)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 20 Apr 2025 08:49:06 +0000 (17:49 +0900)
docs/MEMORY_PRESSURE.md

index 9cc4f1c0d178f2186b60ad7a16abcb7e98846e47..84ba1fad4da54b09ee26985077f113e05a2edb38 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.