Skip to content
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

refine resource advisors in sysadvisor #85

Open
sun-yuliang opened this issue May 31, 2023 · 0 comments
Open

refine resource advisors in sysadvisor #85

sun-yuliang opened this issue May 31, 2023 · 0 comments
Assignees

Comments

@sun-yuliang
Copy link
Collaborator

sun-yuliang commented May 31, 2023

What would you like to be added?

refine resource advisors, especially cpu advisor in sysadvisor

Why is this needed?

  1. several bugs exist in cpu advisor, which may result in faulty provision and headroom result in certain cases, including but not limited to:
    a. add reserved for allocated repeatedly in multi share region case
    b. provision policy in use is not updated
    c. pool size regulation may have faulty result in extreme cases
    d. should consider request sum as estimation when reclaim is disabled
    e. per numa reserved for allocate/reclaim calculation could be optimized

  2. update logic in cpu advisor is complicated, more abstraction and simplification is required, including but not limited to:
    a. optimize cpu advisor flow path
    b. optimize per numa reserve resource calculation
    c. abstract provision and headroom assembler for extensibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant