You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently an in-memory cache with LRU eviction policy is used with a hardcoded max_entries limit.
Describe the solution you'd like
It should be possible to configure the cache with a size limit, i.e. the maximum amount of memory used by the cached entries. While it won't be possible to calculate an exact heap memory footprint an approximation should be fine.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently an in-memory cache with LRU eviction policy is used with a hardcoded max_entries limit.
Describe the solution you'd like
It should be possible to configure the cache with a size limit, i.e. the maximum amount of memory used by the cached entries. While it won't be possible to calculate an exact heap memory footprint an approximation should be fine.
The text was updated successfully, but these errors were encountered: