From d71b55db98fe6eec1c5207a335209da2a0c56449 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Sat, 24 Feb 2018 10:28:32 -0600 Subject: Reduce thread count to reduce stack frame size --- test/core/gpr/mpscq_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/core/gpr') diff --git a/test/core/gpr/mpscq_test.cc b/test/core/gpr/mpscq_test.cc index 33f93878e0..1e929fcf33 100644 --- a/test/core/gpr/mpscq_test.cc +++ b/test/core/gpr/mpscq_test.cc @@ -146,8 +146,8 @@ static void test_mt_multipop(void) { gpr_log(GPR_DEBUG, "test_mt_multipop"); gpr_event start; gpr_event_init(&start); - grpc_core::Thread thds[100]; - grpc_core::Thread pull_thds[100]; + grpc_core::Thread thds[50]; + grpc_core::Thread pull_thds[50]; thd_args ta[GPR_ARRAY_SIZE(thds)]; gpr_mpscq q; gpr_mpscq_init(&q); -- cgit v1.2.3