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

Configure Feed

Select the types of activity you want to include in your feed.

docs/zh_CN: fix a wrong format

Add a missing markup for the code snippet at the end of lru_sort.rst

Signed-off-by: Zang Leigang <zangleigang@hisilicon.com>
Reviewed-by: Alex Shi <alexs@kernel.org>
Link: https://lore.kernel.org/r/20230316024519.27992-1-zangleigang@hisilicon.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Zang Leigang and committed by
Jonathan Corbet
1aa63d4e a894a8a5

+1 -1
+1 -1
Documentation/translations/zh_CN/admin-guide/mm/damon/lru_sort.rst
··· 250 250 理被限制在最多1%的CPU以避免DAMON_LRU_SORT消费过多CPU时间。在系统空闲内存超过50% 251 251 时DAMON_LRU_SORT停止工作,并在低于40%时重新开始工作。如果DAMON_RECLAIM没有取得 252 252 进展且空闲内存低于20%,再次让DAMON_LRU_SORT停止工作,以此回退到以LRU链表为基础 253 - 以页面为单位的内存回收上。 253 + 以页面为单位的内存回收上。 :: 254 254 255 255 # cd /sys/modules/damon_lru_sort/parameters 256 256 # echo 500 > hot_thres_access_freq