ben-manes commented on issue #8408:
URL: https://github.com/apache/rocketmq/issues/8408#issuecomment-2240972049

   It looks like your cache is holding SelectBufferResult, which wraps a 
ByteBuffer. From your description, it sounds like it’s non-direct (on-heap). 
Since they are long lived you might allocate them off heap as the cache itself 
being on heap shouldn’t be an issue. There’s quirks with direct byte buffers so 
they’re avoided until appropriate.


-- 
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

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

Reply via email to