Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
2023-2-Storage
Description
In current code of sessionPool, each session has an independent ConcurrentHashMap to record the device -> endPoint informations.
However, when SessionPool has large number of session and each session need to insert a large number of devices, the ConcurrentHashMaps will take a lot of memory, which may lead to OOM.