Commit fab957a
committed
feat: wire disk budget into batch pipeline via run_batch_alignment_with_budget (integrate-wire-batch)
When --max-disk is specified, route batch alignment through
run_batch_alignment_with_budget() which monitors disk usage after each
target index build and adaptively restarts with smaller batches if the
90% threshold is exceeded. --batch-bytes continues to use the generic
batch path without budget enforcement.1 parent cdebdb7 commit fab957a
1 file changed
+20
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
1282 | | - | |
1283 | | - | |
1284 | | - | |
1285 | | - | |
1286 | | - | |
1287 | | - | |
1288 | | - | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
1289 | 1302 | | |
1290 | 1303 | | |
1291 | 1304 | | |
| |||
0 commit comments