Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs/mm: concepts.rst: Correct the threshold to low watermark

It should be "low watermark" where we wake up kswapd daemon.

Signed-off-by: Liao Pingfang <winndows@163.com>
Link: https://lore.kernel.org/r/1609053319-3112-1-git-send-email-winndows@163.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Liao Pingfang and committed by
Jonathan Corbet
c7e74b3c 81e79063

+1 -1
+1 -1
Documentation/admin-guide/mm/concepts.rst
··· 184 184 of the system. When the system is not loaded, most of the memory is free 185 185 and allocation requests will be satisfied immediately from the free 186 186 pages supply. As the load increases, the amount of the free pages goes 187 - down and when it reaches a certain threshold (high watermark), an 187 + down and when it reaches a certain threshold (low watermark), an 188 188 allocation request will awaken the ``kswapd`` daemon. It will 189 189 asynchronously scan memory pages and either just free them if the data 190 190 they contain is available elsewhere, or evict to the backing storage