diff --git a/docs/en/Configuration_System.md b/docs/en/Configuration_System.md index 606007171d8b2217b27026ce01572c1e00671a51..cdf9a9801845ffd0c4b985a270f54f303364919a 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