Skip to content

Commit b9e0e85

Browse files
MAX_JOBS=8
1 parent de0f8b9 commit b9e0e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/run_batched.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# usage: for ...; do echo cmd; done | run_batched.sh
44

5-
MAX_JOBS=10
5+
MAX_JOBS=8
66

77
while true; do
88
CUR_JOBS=$(jobs | wc -l)

0 commit comments

Comments
 (0)