[experiments] Mark periodic resource quota reclamation unbroken (#31088)

pull/31099/head
Craig Tiller 2 years ago committed by GitHub
parent b2d64efa3a
commit 52f21adb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      bazel/experiments.bzl
  2. 2
      src/core/lib/experiments/experiments.yaml

@ -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",
],
},

@ -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]

Loading…
Cancel
Save