diff --git a/docs/en/Configuration_System.md b/docs/en/Configuration_System.md index 2f29c3bbb12f09d142678b3ab4046823d631f611..6354ffe827a867316b4d1dcbdf0790d153719746 100644 --- a/docs/en/Configuration_System.md +++ b/docs/en/Configuration_System.md @@ -8,6 +8,10 @@ The latest released version of JDK 1.8 is recommended. Set the same Xms and Xmx -server -Xms8g -Xmx8g -Xmn4g +Direct ByteBuffer memory size setting. Full GC will be triggered when the Direct ByteBuffer up to the specified size: + + -XX:MaxDirectMemorySize=15g + If you don’t care about the boot time of RocketMQ broker, pre-touch the Java heap to make sure that every page will be allocated during JVM initialization is a better choice. Those who don’t care about the boot time can enable it: -XX:+AlwaysPreTouch