From 28ed1958b4f25f899990a7b0e9731131eab91b6b Mon Sep 17 00:00:00 2001 From: fjetter Date: Wed, 17 Apr 2024 19:39:37 +0200 Subject: [PATCH] mount additional disk on workers --- tests/tpch/test_pyspark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tpch/test_pyspark.py b/tests/tpch/test_pyspark.py index 9ed427eb9c..f929d09d42 100644 --- a/tests/tpch/test_pyspark.py +++ b/tests/tpch/test_pyspark.py @@ -32,6 +32,7 @@ def cluster_spec(cluster_spec, scale, shutdown_on_close): "worker_vm_types": ["m6i.2xlarge"], "account": "dask-engineering", "n_workers": 32 * 5, + "worker_disk_size": 200, **everywhere, } else: