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 ce65b7b  Update Configuration_System.md
     new 4bbc2e4  Merge pull request #1008 from MoCha4J/develop
ce65b7b is described below

commit ce65b7b3873937afd9cabe6b08bed452dee53312
Author: MoCha <[email protected]>
AuthorDate: Sun Mar 3 18:57:49 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..76de890 100644
--- a/docs/en/Configuration_System.md
+++ b/docs/en/Configuration_System.md
@@ -4,7 +4,7 @@ This section focuses on the configuration of the system (JVM/OS)
 
 ## **1 JVM Options** ##
 
-The latest released version of JDK 1.8 is recommended. Set the same Xms and 
Xmx value to prevent the JVM from resizing the heap for better performance. A 
simple JVM configurations looks like this:
+The latest released version of JDK 1.8 is recommended. Set the same Xms and 
Xmx value to prevent the JVM from resizing the heap for better performance. A 
simple JVM configuration is as follows:
 
     -server -Xms8g -Xmx8g -Xmn4g
 

Reply via email to