Skip to content

Commit

Permalink
5gb buffer size?
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Oct 20, 2024
1 parent 5d1d59f commit c406e9e
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()] = "8GB",
max_buffer_size: Annotated[str, typer.Option()] = "5GB",
target_size: Annotated[str, typer.Option()] = "1.8GB",
):
with open_path(repo_path, mode="rb") as fd:
Expand Down

0 comments on commit c406e9e

Please sign in to comment.