-
Notifications
You must be signed in to change notification settings - Fork 105
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
reduce move_pages granularity #676
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #676 +/- ##
==========================================
+ Coverage 56.89% 56.90% +0.01%
==========================================
Files 556 556
Lines 53314 53323 +9
==========================================
+ Hits 30333 30346 +13
- Misses 19157 19164 +7
+ Partials 3824 3813 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -390,6 +401,7 @@ pagesLoop: | |||
errList = append(errList, fmt.Errorf("failed move pages for pid: %d, numa: %d err: %v", pid, dstNuma, err)) | |||
continue | |||
} | |||
moveCount = moveCount + 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moveCount++
1416112
to
86cc486
Compare
4d97803
to
ccb01b7
Compare
ccb01b7
to
3fb2253
Compare
3fb2253
to
e6a3bbb
Compare
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer: