This is an automated email from the ASF dual-hosted git repository.
wlliqipeng pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 8497429 [RIP-9] Update Configuration_System.md
new f65f507 Merge pull request #1059 from runbird/develop
8497429 is described below
commit 8497429ededd38fbb433ebcd26b575492650ce34
Author: Suo Caiyuan <caiyuan.suo@mathartsys.com>
AuthorDate: Thu Mar 7 16:01:40 2019 +0800
[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 0426a4e..1ccd692 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.
|