From 8497429ededd38fbb433ebcd26b575492650ce34 Mon Sep 17 00:00:00 2001 From: Suo Caiyuan Date: Thu, 7 Mar 2019 16:01:40 +0800 Subject: [PATCH] [RIP-9] Update Configuration_System.md --- docs/en/Configuration_System.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Configuration_System.md b/docs/en/Configuration_System.md index 0426a4e1..1ccd6927 100644 --- a/docs/en/Configuration_System.md +++ b/docs/en/Configuration_System.md @@ -51,7 +51,7 @@ There is a os.sh script that lists a lot of kernel parameters in folder bin whic -- **vm.max_map_count**, limits the maximum number of memory map areas a process may have. RocketMQ will use mmap to load CommitLog and ConsumeQueue, so set a bigger value for this parameter is recommended. +- **vm.max_map_count**, limits the maximum number of memory map areas a process may have. RocketMQ will use mmap to load CommitLog and ConsumeQueue, so a bigger value is recommended. -- GitLab