527054314 opened a new issue, #9065: URL: https://github.com/apache/rocketmq/issues/9065
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment jvm参数: /usr/local/java/jdk1.8.0_401/bin/java -server -Xms10g -Xmx10g -XX:+UseG1GC -XX:G1HeapRegionSize=16m -XX:G1ReservePercent=25 -XX:InitiatingHeapOccupancyPercent=30 -XX:SoftRefLRUPolicyMSPerMB=0 -verbose:gc -Xloggc:/dev/shm/rmq_srv_gc_%p_%t.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintAdaptiveSizePolicy -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=30m -XX:-OmitStackTraceInFastThrow -XX:+AlwaysPreTouch -XX:MaxDirectMemorySize=15g -XX:-UseLargePages -XX:-UseBiasedLocking -cp .:/opt/rocketmq/bin/../conf:/opt/rocketmq/bin/../lib/*:.:/usr/local/java/jdk1.8.0_401/lib -Drmq.logback.configurationFile=/opt/rocketmq/conf/rmq.broker.logback.xml org.apache.rocketmq.broker.BrokerStartup -c /opt/rocketmq/conf/esb/broker-a.conf 实际三个月过后发现broker内存实际占用80g <img width="714" alt="企业微信截图_e03a2a6f-44a4-4c0b-bf2f-00e4b55827a0" src="https://github.com/user-attachments/assets/25840116-1457-4d3a-b8e4-6c4e886915e4" /> ### RocketMQ version 5.1.4 ### JDK Version java version "1.8.0_401" ### Describe the Bug 运行三个月后内存实际占用远超设置,jmap查看堆内存为正常 ### Steps to Reproduce 1 ### What Did You Expect to See? 1 ### What Did You See Instead? 1 ### Additional Context 1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org