-
Notifications
You must be signed in to change notification settings - Fork 109
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
enhance memory plugin with advisor #136
enhance memory plugin with advisor #136
Conversation
6b5e1aa
to
0bae8a3
Compare
9362003
to
1dd6e40
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #136 +/- ##
==========================================
+ Coverage 50.25% 50.27% +0.01%
==========================================
Files 393 403 +10
Lines 37767 38502 +735
==========================================
+ Hits 18978 19355 +377
- Misses 16642 16978 +336
- Partials 2147 2169 +22
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
pkg/agent/qrm-plugins/memory/dynamicpolicy/policy_async_handler.go
Outdated
Show resolved
Hide resolved
pkg/agent/qrm-plugins/memory/dynamicpolicy/policy_async_handler.go
Outdated
Show resolved
Hide resolved
pkg/agent/qrm-plugins/memory/dynamicpolicy/memoryadvisor/policy_control_knob_handlers.go
Show resolved
Hide resolved
48990a6
to
cb13f99
Compare
cb13f99
to
1762111
Compare
* fix(qrm): fix cpu allocation handlers log * feat(qrm): enhance memory plugin with advisor * fix(qrm): use NUMA balance stategy for blocks with fake NUMA id * test(qrm): add unit-tests for memory plugin with advisor * fix(qrm): fix cpu/memory state struct clone semantic * refine(qrm): refine according to comments for memory plugin with advisor * fix(test): fix write/read race for testing --------- Co-authored-by: shaowei.wayne <shaowei.wayne@bytedance.com>
enhance memory plugin with advisor