feat(*): support user memory watermark#1086
Open
JulyWindK wants to merge 3 commits intokubewharf:mainfrom
Open
feat(*): support user memory watermark#1086JulyWindK wants to merge 3 commits intokubewharf:mainfrom
JulyWindK wants to merge 3 commits intokubewharf:mainfrom
Conversation
b47922f to
5852f0b
Compare
d15ded0 to
aa5b388
Compare
178dc4a to
72d6f63
Compare
72d6f63 to
999acef
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1086 +/- ##
==========================================
- Coverage 61.46% 61.44% -0.03%
==========================================
Files 783 789 +6
Lines 72974 73906 +932
==========================================
+ Hits 44853 45411 +558
- Misses 23139 23458 +319
- Partials 4982 5037 +55
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1725f32 to
62fc12e
Compare
62fc12e to
554661d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Features/
What this PR does / why we need it:
Implementing a memory watermark for user-space containers effectively prevents memory from becoming too full, which could lead to memory stall. It can also be used to alleviate the JBD hung problem that occurs probabilistically during memory reclamation when container memory is too full and there is a large amount of dirty cache.
Which issue(s) this PR fixes:
Special notes for your reviewer: