Skip to content

Commit

Permalink
Lower buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Oct 20, 2024
1 parent 05be66e commit 05e577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypi_data/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 05e577e

Please sign in to comment.