Open baibin2023 opened 8 months ago
+1 having the same issue on 2.0.9 - memory never releases after clients disconnected, and keep growing over the time - i.e. about 700mb by 10 days (about 1000 connections per day). Could this be due to the use of MemoryStoreFactory? Doesn't it clean itself?
![Uploading Snipaste_2024-04-09_14-54-35.png…]()
![Uploading Snipaste_2024-04-09_14-54-35.png…]()
refer to this issue and pr: https://github.com/mrniko/netty-socketio/pull/926
Any solution to this issue yet? Facing the same:
memory never releases after clients disconnected, and keep growing over the time.
+1 having the same issue on 2.0.9 - memory never releases after clients disconnected, and keep growing over the time - i.e. about 700mb by 10 days (about 1000 connections per day). Could this be due to the use of MemoryStoreFactory? Doesn't it clean itself?
2.0.11 this problem still exist
我的版本是2.0.8,出现内存释放不了的情况,请问如何解决? 链接断开后内存依然是居高不下,垃圾回收只是回收一点点内存,慢慢的将内存挤爆,请问是什么一直占用内存?