Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-198
Description
If the size of the query classifier cache is reduced at runtime, it will not cause the cache to be shrunk.
After a full cache is shrunk, entries will be freed at insert to allow a new item to be inserted, but it is not checked whether the current total size is below the new max size. Hence, reducing the size at runtime does not free memory the way one would expect.