Skip to content

Commit

Permalink
Test increasing even more
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiJokinen committed Mar 19, 2024
1 parent bdaaf2f commit d6fb694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/lib/iomgr/executor/threadpool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ void ThreadPool::SharedThreadPoolConstructor() {

size_t ThreadPool::DefaultStackSize() {
#if defined(__ANDROID__) || defined(__APPLE__)
return 2552 * 1024;
return 3904 * 1024;
#else
return 64 * 1024;
return 3904 * 1024;
#endif
}

Expand Down

0 comments on commit d6fb694

Please sign in to comment.