Skip to content

Commit

Permalink
Merge pull request #63 from thewtex/local-cluster-memory-limit
Browse files Browse the repository at this point in the history
BUG: Pass correct kwarg to LocalCluster for memory_limit
  • Loading branch information
thewtex authored Jan 26, 2024
2 parents 6aa5217 + ead48fb commit 657919e
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 657919e

Please sign in to comment.