Skip to content

Commit

Permalink
Try with fewer CPUs and more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
kcreekdev authored Apr 21, 2024
1 parent e4655db commit 613abed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cs-config/cs_config/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ def run_model(meta_param_dict, adjustment):
utils.mkdirs(_dir)

# Dask parmeters
num_workers = 3
num_workers = 2
memory_per_worker = "10GiB"
client = Client(n_workers=num_workers, threads_per_worker=1)
# TODO: Swap to these parameters when able to specify tax function
# and model workers separately
Expand Down

0 comments on commit 613abed

Please sign in to comment.