diff --git a/docs/en/Configuration_System.md b/docs/en/Configuration_System.md index 034e0b8c933daddbfef764ebcaefbff71b43f67a..ab668d518fd5148ebfa610b004bffcdf20d6d8c2 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.