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 ccb934b Update Configuration_System.md
new 366d7f0 Merge pull request #1034 from jiangkuncs/develop
ccb934b is described below
commit ccb934b157dc46b7fb94eb68332d71485c45dd4c
Author: jiangkun <525278372@qqcom>
AuthorDate: Mon Mar 4 14:10:50 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..0426a4e 100644
--- a/docs/en/Configuration_System.md
+++ b/docs/en/Configuration_System.md
@@ -30,7 +30,7 @@ Don’t set a too small value for -XX:MaxGCPauseMillis,
otherwise JVM will use a
-XX:NumberOfGCLogFiles=5
-XX:GCLogFileSize=30m
-If write GC file will increase latency of broker, consider redirect GC log
file to a memory file system:
+If writing a GC file increases the latency of broker, please consider
redirecting it to memory file system:
-Xloggc:/dev/shm/mq_gc_%p.log123