Add key-eviction-memory parameter for evicting key earlier to avoid OOM #831
+179
−20
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%) |
⬇️ |
Loading