You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/17 09:35:18 UTC

[GitHub] [shardingsphere] ICannerxy commented on issue #22204: OrderedServicesCache#softCache may be memory leak

ICannerxy commented on issue #22204:
URL: https://github.com/apache/shardingsphere/issues/22204#issuecomment-1318347403

   The verified impact is that after running for a period of time, the shardingSphere's full gc is very frequent, but the full gc can't recover the old object in cache, Because the recovery time of SoftReference occurs before OOM, full gc will not recover.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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