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

Add a time-based decay to the linear allocation model. #55174

Merged
merged 3 commits into from
Jul 16, 2021

Commits on Jul 5, 2021

  1. Add a time-based decay to the linear allocation model.

    Real world scenario that motivated this allocated a huge amount of data once a day, leading to high gen 0 and gen 1 budgets (several GB).
    
    After this, there was relatively little activity, cause gen 1 budget to take several hours to normalize.
    
    The new logic discounts the previous desired allocation over a period of 5 minutes.
    PeterSolMS committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    cdc50ac View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    24a65c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    13f87e0 View commit details
    Browse the repository at this point in the history