reduce memory even more.

This commit is contained in:
Nathan TeBlunthuis 2025-08-01 19:59:36 -07:00
parent 7528dc8b8e
commit 9799919470

View File

@ -875,7 +875,7 @@ def main():
parser.add_argument(
"--batch-size",
dest="batch_size",
default=4000,
default=2000,
type=int,
help="How many revisions to process in each batch. This ends up being the Parquet row group size",
)