-
Notifications
You must be signed in to change notification settings - Fork 420
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
Update allocation counter limits #1347
Conversation
Motivation: A recent NIO release reduced allocations which has thrown off our expected counts. Modifications: Update allocation limits. Result: Limits are more appropriate.
.github/workflows/ci.yaml
Outdated
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests: 504000 | ||
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests: 504001 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In your PR description, you wrote that a recent PR in NIO reduced allocations, but this is increasing the limits. Or am I missing something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, this was a no-op change to get the CI to run so we can extract the new limits (hence this is a draft).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Motivation: A recent NIO release reduced allocations which has thrown off our expected counts. Modifications: Update allocation limits. Result: Limits are more appropriate. (cherry picked from commit 4dc17a8)
Motivation: A recent NIO release reduced allocations which has thrown off our expected counts. Modifications: Update allocation limits. Result: Limits are more appropriate. (cherry picked from commit 4dc17a8)
Motivation: A recent NIO release reduced allocations which has thrown off our expected counts. Modifications: Update allocation limits. Result: Limits are more appropriate. (cherry picked from commit 4dc17a8)
Motivation: A recent NIO release reduced allocations which has thrown off our expected counts. Modifications: Update allocation limits. Result: Limits are more appropriate.
Motivation:
A recent NIO release reduced allocations which has thrown off our
expected counts.
Modifications:
Update allocation limits.
Result:
Limits are more appropriate.