1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

docs/MEMORY_PRESSURE: Replace incorrect "packages" with correct "pages"

(cherry picked from commit e8939ebcd3)
(cherry picked from commit 8acffbf0ab)
This commit is contained in:
Alexander Kurtz
2025-04-20 10:31:22 +02:00
committed by Luca Boccassi
parent fc1d80f5b3
commit acb447f2c3

View 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.