Skip to content

Commit

Permalink
Increase instance disk size for TPC-H SF 1000 (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Mar 15, 2024
1 parent ccd7b17 commit 0ebbf84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tpch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def get_cluster_spec(scale):
return {
"worker_vm_types": ["m6i.xlarge"],
"n_workers": 32,
"worker_disk_size": 128,
**everywhere,
}
elif scale == 10000:
Expand Down

0 comments on commit 0ebbf84

Please sign in to comment.