rocketmq jvm增加
#9001
Replies: 1 comment 3 replies
-
master broker会给MappedFIle提前申请内存并加锁,即使没有请求这个也会有一部分固定内存占用 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
jvm 内存增加 设置jvm的属性 为xms=4G xmn=4G 运行内存增加
开始运行的时候是几百兆内存。运行一段实际,但是没有写入数据,内存会到2G左右,是否有内存泄漏问题
Beta Was this translation helpful? Give feedback.
All reactions