Commit 6424a98
committed
docs(ci): scope the RSS rule to the in-flight term
The `--jobs` sizing guidance read as a process-wide bound, and it is
one only where the destination does not retain finished results.
`metrics --output <FILE>` sends every space over an unbounded channel
and collects it after the walk, and structured stdout holds completed
documents while an earlier file is still being analyzed — worst
exactly when one large file sorts early, which is the shape this
change was measured on. `--output-dir` writes per document and
`bca check` reduces each file to its violations, so those two stay at
the in-flight bound.
State the formula as the in-flight term, name the destinations that
add a result-set term, and point a memory-limited runner at
`--output-dir`.1 parent 03cb037 commit 6424a98
2 files changed
Lines changed: 17 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
877 | 886 | | |
878 | 887 | | |
879 | 888 | | |
| |||
0 commit comments