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

Add key-eviction-memory parameter for evicting key earlier to avoid OOM #831

Open
wants to merge 17 commits into
base: unstable
Choose a base branch
from

Fix memefficiency test case failure issue

3e2f561
Select commit
Loading
Failed to load commit list.
Open

Add key-eviction-memory parameter for evicting key earlier to avoid OOM #831

Fix memefficiency test case failure issue
3e2f561
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 0s

70.95% (+0.14%) compared to 7fc958d

View this Pull Request on Codecov

70.95% (+0.14%) compared to 7fc958d

Details

Codecov Report

Attention: Patch coverage is 78.72340% with 10 lines in your changes missing coverage. Please review.

Project coverage is 70.95%. Comparing base (7fc958d) to head (3e2f561).
Report is 2 commits behind head on unstable.

Files with missing lines Patch % Lines
src/config.c 73.68% 5 Missing ⚠️
src/module.c 0.00% 3 Missing ⚠️
src/evict.c 88.23% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #831      +/-   ##
============================================
+ Coverage     70.80%   70.95%   +0.14%     
============================================
  Files           121      121              
  Lines         65132    65167      +35     
============================================
+ Hits          46118    46237     +119     
+ Misses        19014    18930      -84     
Files with missing lines Coverage Δ
src/server.c 87.69% <100.00%> (+0.07%) ⬆️
src/server.h 100.00% <ø> (ø)
src/evict.c 97.74% <88.23%> (+0.02%) ⬆️
src/module.c 9.60% <0.00%> (ø)
src/config.c 78.33% <73.68%> (-0.06%) ⬇️

... and 12 files with indirect coverage changes