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

config-linux: add CFS bandwidth burst #1120

Merged
merged 1 commit into from
Jan 23, 2023

Commits on Sep 2, 2022

  1. config-linux: add CFS bandwidth burst

    Burstable CFS controller is introduced in Linux 5.14. This helps with
    parallel workloads that might be bursty. They can get throttled even
    when their average utilization is under quota. And they may be latency
    sensitive at the same time so that throttling them is undesired.
    
    This feature borrows time now against the future underrun, at the cost
    of increased interference against the other system users, by introducing
    `cfs_burst_us` into CFS bandwidth control to enact the cap on unused
    bandwidth accumulation, which will then used additionally for burst.
    
    The patch adds the support/control for CFS bandwidth burst.
    
    Fixes opencontainers#1119
    
    Signed-off-by: Kailun Qin <kailun.qin@intel.com>
    kailun-qin committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    d931d4b View commit details
    Browse the repository at this point in the history