From ce65b7b3873937afd9cabe6b08bed452dee53312 Mon Sep 17 00:00:00 2001 From: MoCha <42431476+MoCha4J@users.noreply.github.com> Date: Sun, 3 Mar 2019 18:57:49 +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 2f29c3bb..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 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 -- GitLab