From 6f17c8e8d34624fd54fdebb38b49e2169d49f795 Mon Sep 17 00:00:00 2001 From: zy <602128569@qq.com> Date: Thu, 7 Mar 2019 20:07:08 +0800 Subject: [PATCH] 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 82fcab16..76de8901 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 configuration is as follows +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 -- GitLab