Skip to content

Commit

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

0 comments on commit 0a1c8a9

Please sign in to comment.