From 05e577ef0fc1b57034234ebadade66c06d938def Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sun, 20 Oct 2024 14:52:28 +0100 Subject: [PATCH] Lower buffer size --- src/pypi_data/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pypi_data/cli.py b/src/pypi_data/cli.py index 3fbecd2a..9ed312a4 100644 --- a/src/pypi_data/cli.py +++ b/src/pypi_data/cli.py @@ -157,7 +157,7 @@ async def _run(r: CodeRepository) -> CodeRepository | None: def merge_datasets( repo_path: Path, output: Path, - max_buffer_size: Annotated[str, typer.Option()] = "10GB", + max_buffer_size: Annotated[str, typer.Option()] = "8GB", target_size: Annotated[str, typer.Option()] = "1.8GB", ): with open_path(repo_path, mode="rb") as fd: