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

[experiments] Mark periodic resource quota reclamation unbroken #31088

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions bazel/experiments.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,15 @@ EXPERIMENTS = {
"tcp_rcv_lowat",
"tcp_read_chunks",
],
"hpack_test": [
"periodic_resource_quota_reclamation",
],
"promise_test": [
"periodic_resource_quota_reclamation",
],
"resource_quota_test": [
"memory_pressure_controller",
"periodic_resource_quota_reclamation",
"unconstrained_max_quota_buffer_size",
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/core/lib/experiments/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- name: periodic_resource_quota_reclamation
description:
Periodically return memory to the resource quota
default: broken
default: false
expiry: 2022/10/01
owner: ctiller@google.com
test_tags: [resource_quota_test, promise_test, hpack_test]
Expand Down