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 commite8939ebcd3
) (cherry picked from commit8acffbf0ab
)
This commit is contained in:
committed by
Luca Boccassi
parent
fc1d80f5b3
commit
acb447f2c3
@@ -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