Skip to content
Snippets Groups Projects
Unverified Commit d3f035db authored by Mohamed S. Mahmoud's avatar Mohamed S. Mahmoud Committed by GitHub
Browse files

Avoid using LRU hashmap because they needs lots of memory (#162)


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: default avatarmsherif1234 <mmahmoud@redhat.com>
parent 31526a91
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment