You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "Oliverwqcwrw (via GitHub)" <gi...@apache.org> on 2023/02/16 02:04:50 UTC

[GitHub] [rocketmq] Oliverwqcwrw commented on issue #6050: Io.netty.util.Recycler memory usage is too high

Oliverwqcwrw commented on issue #6050:
URL: https://github.com/apache/rocketmq/issues/6050#issuecomment-1432368232

   Thanks for your feeedback @Rongze92 ,
   
   After reading this issue [netty #11864](https://github.com/netty/netty/issues/11864) I think the author wants to express that the problem of gc pressure is not the problem of memory leakage, because the container of the recovered object is a WeakReference
   
   <img width="911" alt="image" src="https://user-images.githubusercontent.com/31796988/219248604-39388593-44d8-4b8b-b527-281c51d5fc41.png">
   
   Please let me know if I am missing something.


-- 
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-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org