diff --git a/docs/en/Configuration_System.md b/docs/en/Configuration_System.md index 2f29c3bbb12f09d142678b3ab4046823d631f611..0426a4e1a2002322689b70f06ba0cd3417530f04 100644 --- a/docs/en/Configuration_System.md +++ b/docs/en/Configuration_System.md @@ -30,7 +30,7 @@ Don’t set a too small value for -XX:MaxGCPauseMillis, otherwise JVM will use a -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=30m -If write GC file will increase latency of broker, consider redirect GC log file to a memory file system: +If writing a GC file increases the latency of broker, please consider redirecting it to memory file system: -Xloggc:/dev/shm/mq_gc_%p.log123