summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongliang Mu <dzm91@hust.edu.cn>2024-10-19 16:54:54 +0800
committerJonathan Corbet <corbet@lwn.net>2024-10-24 14:54:45 -0600
commit63435ec4b74baac2a88a872ad1110bd6bf18d591 (patch)
treecfff6a44d943dfdbf9a7c6e6a21204dae3942bbe
parent0244846a79d5a0ef70ef4fa4d8e05f57d95233de (diff)
docs/zh_CN: update the translation of mm/overcommit-accounting.rst
Update to commit d17ff438a036 ("docs: mm: fix vm overcommit documentation for OVERCOMMIT_GUESS") scripts/checktransupdate.py reports: Documentation/translations/zh_CN/mm/overcommit-accounting.rst commit d17ff438a036 ("docs: mm: fix vm overcommit documentation for OVERCOMMIT_GUESS") 1 commits needs resolving in total Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn> Reviewed-by: Alex Shi <alexs@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <d426f3f3d9aac061c20c3b766c17369f4e60f398.1729327831.git.dzm91@hust.edu.cn>
-rw-r--r--Documentation/translations/zh_CN/mm/overcommit-accounting.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/translations/zh_CN/mm/overcommit-accounting.rst b/Documentation/translations/zh_CN/mm/overcommit-accounting.rst
index d8452d8b7fbb..f136a8b81859 100644
--- a/Documentation/translations/zh_CN/mm/overcommit-accounting.rst
+++ b/Documentation/translations/zh_CN/mm/overcommit-accounting.rst
@@ -16,8 +16,7 @@ Linux内核支持下列超量使用处理模式
0
启发式超量使用处理。拒绝明显的地址空间超量使用。用于一个典型的系统。
- 它确保严重的疯狂分配失败,同时允许超量使用以减少swap的使用。在这种模式下,
- 允许root分配稍多的内存。这是默认的。
+ 它确保严重的疯狂分配失败,同时允许超量使用以减少swap的使用。这是默认的。
1
总是超量使用。适用于一些科学应用。经典的例子是使用稀疏数组的代码,只是依赖
几乎完全由零页组成的虚拟内存