提交 65fe98bb 编写于 作者: F fengjian

Modify English document

上级 5f8a7545
# ** The system configuration** # # The system configuration #
This section focuses on the configuration of the system (JVM/OS) This section focuses on the configuration of the system (JVM/OS)
...@@ -22,7 +22,7 @@ As for garbage collection, G1 collector with JDK 1.8 is recommended: ...@@ -22,7 +22,7 @@ As for garbage collection, G1 collector with JDK 1.8 is recommended:
-XX:G1ReservePercent=25 -XX:G1ReservePercent=25
-XX:InitiatingHeapOccupancyPercent=30 -XX:InitiatingHeapOccupancyPercent=30
These GC options looks a little aggressive, but it’s proved to have good performance in our production environment These GC options looks a little aggressive, but it’s proved to have good performance in our production environment.
Don’t set a too small value for -XX:MaxGCPauseMillis, otherwise JVM will use a small young generation to achieve this goal which will cause very frequent minor GC.So use rolling GC log file is recommended: Don’t set a too small value for -XX:MaxGCPauseMillis, otherwise JVM will use a small young generation to achieve this goal which will cause very frequent minor GC.So use rolling GC log file is recommended:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册