You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v0.4, we released the MVP version of node resource over-commitment and implemented some basic features.
In v0.5, we plan to make some enhancements to this function to bring it to GA status.
What would you like to be added?
Dynamic over-commitment ratio adjustment: In order to make the amount of over-committed resources more accurate, we will combine long-term and short-term prediction algorithms to calculate the amount of resources that can be over-committed. feat(overcommit): add realtime overcommit advisor plugin #472
Interference detection and mitigation: In order to avoid resource competition caused by over-commitment, we will introduce multi-dimensional interference detection strategies, including CPU load/usage, memory usage, the reclaiming rate of kswapd, etc. Furthermore, we will introduce multi-tiered mitigation measures, including scheduling prevention, eviction, etc. feat(eviction): add cpu system pressure eviction plugin #518
Why is this needed?
In v0.4, we released the MVP version of node resource over-commitment and implemented some basic features.
In v0.5, we plan to make some enhancements to this function to bring it to GA status.
What would you like to be added?
The text was updated successfully, but these errors were encountered: