Skip to content

Commit 82ac752

Browse files
Jump2233Alex Shi
authored andcommitted
docs/zh_CN: fix spelling mistake
The word watermark was misspelled as "watemark". Signed-off-by: Peng Jiang <[email protected]> Reviewed-by: Dongliang Mu <[email protected]> Signed-off-by: Alex Shi <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 44baeb8 commit 82ac752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/translations/zh_CN/mm/balance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ kswapd并不真正需要平衡高内存区,因为中断上下文并不请求
6464
如果从进程内存和shm中偷取页面可以减轻该页面节点中任何区的内存压力,而该区的内存压力
6565
已经低于其水位,则会进行偷取。
6666

67-
watemark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
67+
watermark[WMARK_MIN/WMARK_LOW/WMARK_HIGH]/low_on_memory/zone_wake_kswapd:
6868
这些是每个区的字段,用于确定一个区何时需要平衡。当页面数低于水位[WMARK_MIN]时,
6969
hysteric 的字段low_on_memory被设置。这个字段会一直被设置,直到空闲页数变成水位
7070
[WMARK_HIGH]。当low_on_memory被设置时,页面分配请求将尝试释放该区域的一些页面(如果

0 commit comments

Comments
 (0)