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

Resource Manager: Logic changes to make scaling more intuitive #1685

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

MarcoPolo
Copy link
Contributor

I'm changing the scale logic to be a bit simpler. The proposed change doesn't subtract 128 MiB before doing the scale logic. This means you can explain the behavior by saying:

"For every GiB of memory allowed we increase the imit by LimitIncrease"

Contrast this with the previous behavior of:

"For every GiB of memory allowed we increase the imit by LimitIncrease, except that we first subtract 128MiB."

The difference is subtle, but I think it's more intuitive. Consider also this graph of the two behaviors:

IMG_4709

@marten-seemann marten-seemann merged commit 812a0c1 into master Aug 18, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants