This PR switches quota requests to calculate memory usage based on the limit as opposed to the request. This allows for apps using a compute-classes with the requestScaler field to get quota'd for what they asked for instead of what they actually get.
Checklist
[X] The title of this PR would make a good line in Acorn's Release Note's Changelog
[X] The title of this PR ends with a link to the main issue being address in parentheses, like: This is a title (#1216). Here's an example
[X] All relevant issues are referenced in the PR description. NOTE: don't use GitHub keywords that auto-close issues
This PR switches quota requests to calculate memory usage based on the limit as opposed to the request. This allows for apps using a compute-classes with the
requestScaler
field to get quota'd for what they asked for instead of what they actually get.Checklist
This is a title (#1216)
. Here's an example