Skip to content

Commit 4b0111b

Browse files
committed
Avoid excessive parallelism for doc/bootstrap
1 parent f4adc25 commit 4b0111b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ cat <<EOF
183183
184184
EOF
185185
) > "$OUTPUT_DIR"/index_alph.rst
186-
sage-package list --has-file SPKG.rst | OUTPUT_DIR=$OUTPUT_DIR OUTPUT_RST=1 xargs -P 99 -n 1 sage-spkg-info
186+
sage-package list --has-file SPKG.rst | OUTPUT_DIR=$OUTPUT_DIR OUTPUT_RST=1 xargs -P $(nproc 2> /dev/null || echo 8) -n 1 sage-spkg-info

0 commit comments

Comments
 (0)