From 67f4e4e4c2692be4de5ee1f9142c5c4aba9aee23 Mon Sep 17 00:00:00 2001 From: Vignesh Babu Date: Wed, 19 Jul 2023 16:41:19 -0700 Subject: [PATCH] [resource quota] Reduce stress test size to prevent OOMs (#33776) --- test/cpp/end2end/resource_quota_end2end_stress_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/end2end/resource_quota_end2end_stress_test.cc b/test/cpp/end2end/resource_quota_end2end_stress_test.cc index c475fa1ab68..83af5a2fe27 100644 --- a/test/cpp/end2end/resource_quota_end2end_stress_test.cc +++ b/test/cpp/end2end/resource_quota_end2end_stress_test.cc @@ -45,7 +45,7 @@ namespace testing { namespace { constexpr int kResourceQuotaSizeBytes = 1024 * 1024; constexpr int kPayloadSizeBytes = 1024 * 1024; -constexpr int kNumParallelChannels = 1024; +constexpr int kNumParallelChannels = 10; } // namespace class EchoClientUnaryReactor : public grpc::ClientUnaryReactor {