[all-commits] [llvm/llvm-project] 5d6923: [libc][NFC] Reduce the number of threads created i...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Sat Mar 11 23:11:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d6923345320a07b2afc8c69d82c02492f782a2f
https://github.com/llvm/llvm-project/commit/5d6923345320a07b2afc8c69d82c02492f782a2f
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-03-12 (Sun, 12 Mar 2023)
Changed paths:
M libc/test/integration/src/threads/cnd_test.cpp
Log Message:
-----------
[libc][NFC] Reduce the number of threads created in cnd_test to 1000 form 10000.
The high number of 10000 threads was choking bot builders running on boards with
very small memory.
More information about the All-commits
mailing list