Skip to content

Commit

Permalink
BUG: Pass correct kwarg to LocalCluster for memory_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 25, 2024
1 parent 7c54c4d commit ead48fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngff_zarr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def main():

cluster = LocalCluster(
n_workers=n_workers,
memory_target=worker_memory_target,
memory_limit=worker_memory_target,
processes=True,
threads_per_worker=2,
)
Expand Down

0 comments on commit ead48fb

Please sign in to comment.