-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Disable cache reclaim when cgroup v2. #8629
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8629 +/- ##
==========================================
+ Coverage 11.17% 14.41% +3.23%
==========================================
Files 18 51 +33
Lines 993 4899 +3906
==========================================
+ Hits 111 706 +595
- Misses 880 4123 +3243
- Partials 2 70 +68
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This PR is a draft because this pr is waiting for solving this discussion. |
Because cache reclaim supports only when using cgroup v1.
@Furisto PTAL |
Description
Because cache reclaim supports only when using cgroup v1.
Related Issue(s)
Fixes #8497
How to test
gitpod-k3s-202202181722
Release Notes
Documentation
No