Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
6.0.4
-
None
-
None
Description
The LRU cache implementation does expand the table size although it will never use it due to its LRU strategy. We need to prevent this memory consumption.
The internal API should also allow to configure the size of the table and reduce the default consumption.