try UV_THREADPOOL_SIZE=4

This commit is contained in:
Than Ngo 2023-04-22 20:59:25 +02:00
parent 255675b6fc
commit 5741683f6e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
# %1 where
# %2 what
%global build_target() \
export UV_THREADPOOL_SIZE=1024 ; \
export UV_THREADPOOL_SIZE=4 ; \
export NINJA_STATUS="[%2:%f/%t] " ; \
ninja -j %{numjobs} -C '%1' '%2' %limit_build -m 3072