From 0ebbf84460fdb0d1645af0a5eea8ee415b53d4b7 Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Fri, 15 Mar 2024 16:21:16 +0100 Subject: [PATCH] Increase instance disk size for TPC-H SF 1000 (#1448) --- tests/tpch/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tpch/utils.py b/tests/tpch/utils.py index 42d038a96c..68c3cade5b 100644 --- a/tests/tpch/utils.py +++ b/tests/tpch/utils.py @@ -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: