Skip to content

Commit

Permalink
[experiments] Mark periodic resource quota reclamation unbroken (#31088)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Sep 22, 2022
1 parent b2d64ef commit 52f21ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bazel/experiments.bzl
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
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

0 comments on commit 52f21ad

Please sign in to comment.