sinomiko commented on issue #2457:
URL: https://github.com/apache/brpc/issues/2457#issuecomment-1842425833

   最初怀疑是`SharedObject` `IOBuf`导致:
   
   加了全局兼容`SharedObject`个数监控,申请和释放都是正常的。
   `IOBuf` 这块从已有监控看也是释放了的。
   
   
   从heap profile看是arena 有大量内存没有释放,排查protobuf有个类似问题
   [memory leak in PackFrom() on arena-allocated Any 
objects](https://github.com/protocolbuffers/protobuf/issues/8264)
   
   找到一个可以[优化的地方](https://github.com/apache/brpc/issues/2466)
   先关掉这个卡


-- 
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: dev-unsubscr...@brpc.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to