[resource quota] Reduce stress test size to prevent OOMs (#33776)

pull/33780/head
Vignesh Babu 2 years ago committed by GitHub
parent 73605f4eac
commit 67f4e4e4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 {

Loading…
Cancel
Save