Skip to content

Commit

Permalink
Merge pull request #103 from PSLmodels/reduce-num-workers
Browse files Browse the repository at this point in the history
Reduce the number of workers on CS from 5 to 3
  • Loading branch information
jdebacker authored Apr 21, 2024
2 parents 3a10258 + 5036e85 commit e4655db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs-config/cs_config/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def run_model(meta_param_dict, adjustment):
utils.mkdirs(_dir)

# Dask parmeters
num_workers = 5
num_workers = 3
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 e4655db

Please sign in to comment.