mirror of
https://github.com/systemd/systemd.git
synced 2025-09-10 22:52:49 +02:00
docs/MEMORY_PRESSURE: Replace incorrect "packages" with correct "pages"
This commit is contained in:
committed by
Yu Watanabe
parent
6f9d8b685d
commit
e8939ebcd3
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user