Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid using LRU hashmap because they consume lots of memory #162

Merged
merged 1 commit into from
Jul 21, 2023

Commits on Jul 21, 2023

  1. Avoid using LRU hashmap because they needs lots of memory

    Even when the feature is not on memory with latest
    showing double the normal use
    
    Note: In general relying on LRU to evict old entries
    isn;t recommended because its hard to perdict when
    an entry will be deleted
    at somepoint we need to add eviction logic in userspace
    
    Signed-off-by: msherif1234 <mmahmoud@redhat.com>
    msherif1234 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    afb0d58 View commit details
    Browse the repository at this point in the history