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

Update allocation counter limits #1347

Merged
merged 2 commits into from
Jan 27, 2022
Merged

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jan 27, 2022

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.
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests: 504000
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests: 504001
Copy link
Collaborator

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?

Copy link
Collaborator Author

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).

@glbrntt glbrntt marked this pull request as ready for review January 27, 2022 11:12
@glbrntt glbrntt requested a review from FranzBusch January 27, 2022 11:13
Copy link
Collaborator

@FranzBusch FranzBusch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@glbrntt glbrntt added the semver/none No version bump required. label Jan 27, 2022
@glbrntt glbrntt merged commit 4dc17a8 into grpc:main Jan 27, 2022
@glbrntt glbrntt deleted the gb-update-alloc-limits branch January 27, 2022 11:14
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Jan 27, 2022
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)
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Jan 27, 2022
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)
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Feb 28, 2022
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)
glbrntt added a commit that referenced this pull request Feb 28, 2022
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)
bimawa pushed a commit to StreamLayer/grpc-swift that referenced this pull request Jun 17, 2022
Motivation:

A recent NIO release reduced allocations which has thrown off our
expected counts.

Modifications:

Update allocation limits.

Result:

Limits are more appropriate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants