You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by wl...@apache.org on 2019/03/07 12:42:08 UTC

[rocketmq] branch develop updated: update Configuration_System.md

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 4d9fd18  update Configuration_System.md
     new d95bca5  Merge pull request #1027 from JesseHu1520/develop
4d9fd18 is described below

commit 4d9fd188ced70b3cfb3a152f35387588d4b1e524
Author: hfb <hf...@imlaidian.com>
AuthorDate: Sun Mar 3 23:38:15 2019 +0800

    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 2f29c3b..7871fcc 100644
--- a/docs/en/Configuration_System.md
+++ b/docs/en/Configuration_System.md
@@ -55,7 +55,7 @@ There is a os.sh script that lists a lot of kernel parameters in folder bin whic
 
 
 
-- **vm.swappiness**, define how aggressive the kernel will swap memory pages. Higher values will increase agressiveness, lower values decrease the amount of swap. 10 is recommended for this value to avoid swap latency.
+- **vm.swappiness**, defines how aggressive the kernel will swap memory pages. Higher values will increase agressiveness, lower values decrease the amount of swap. 10 is recommended for this value to avoid swap latency.