[all-commits] [llvm/llvm-project] 44d14d: [lit] Bump up the Windows process cap from 32 to 60
aeubanks via All-commits
all-commits at lists.llvm.org
Fri May 7 18:14:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44d14d5de6f1f74246bf66dea5538ddc304e6445
https://github.com/llvm/llvm-project/commit/44d14d5de6f1f74246bf66dea5538ddc304e6445
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M llvm/utils/lit/lit/util.py
Log Message:
-----------
[lit] Bump up the Windows process cap from 32 to 60
At 61 or over, I see messages like
File "...\Python\Python39\lib\multiprocessing\connection.py", line 816, in _exhaustive_wait
res = _winapi.WaitForMultipleObjects(L, False, timeout)
ValueError: need at most 63 handles, got a sequence of length 64
60 seems to work for me.
If this causes issues for anybody else, feel free to revert.
More information about the All-commits
mailing list