Skip to content

Commit

Permalink
use different cluster config
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Apr 17, 2024
1 parent 0a1c8a9 commit b9f8bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tpch/test_pyspark.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def cluster_spec(cluster_spec, scale, shutdown_on_close):
)
if scale == 10000:
return {
"worker_vm_types": ["m6i.8xlarge"],
"worker_vm_types": ["m6i.2xlarge"],
"account": "dask-engineering",
"n_workers": 32,
"n_workers": 32 * 5,
**everywhere,
}
else:
Expand Down

0 comments on commit b9f8bd8

Please sign in to comment.