public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/mm: concepts.rst: Correct the threshold to low watermark
@ 2020-12-27  7:15 winndows
  2020-12-31 22:47 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: winndows @ 2020-12-27  7:15 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, Liao Pingfang

From: Liao Pingfang <winndows@163.com>

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

Signed-off-by: Liao Pingfang <winndows@163.com>
---
 Documentation/admin-guide/mm/concepts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/mm/concepts.rst b/Documentation/admin-guide/mm/concepts.rst
index fa0974f..b966fcf 100644
--- a/Documentation/admin-guide/mm/concepts.rst
+++ b/Documentation/admin-guide/mm/concepts.rst
@@ -184,7 +184,7 @@ pages either asynchronously or synchronously, depending on the state
 of the system. When the system is not loaded, most of the memory is free
 and allocation requests will be satisfied immediately from the free
 pages supply. As the load increases, the amount of the free pages goes
-down and when it reaches a certain threshold (high watermark), an
+down and when it reaches a certain threshold (low watermark), an
 allocation request will awaken the ``kswapd`` daemon. It will
 asynchronously scan memory pages and either just free them if the data
 they contain is available elsewhere, or evict to the backing storage
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread
[parent not found: <20201102032220.30747-1-wang.yi59@zte.com.cn>]

end of thread, other threads:[~2020-12-31 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-27  7:15 [PATCH] docs/mm: concepts.rst: Correct the threshold to low watermark winndows
2020-12-31 22:47 ` Jonathan Corbet
     [not found] <20201102032220.30747-1-wang.yi59@zte.com.cn>
2020-11-13 22:15 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox