Closed alistaire47 closed 1 year ago
TPC-H query 21 at scale factor 10 has been regularly failing on machines with less than 64 GB of memory, e.g. https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-arm64-t4g-linux-compute/builds/2829#0188b088-42b8-4218-ae4a-93dd0058ce8c As a solution, remove scale_factor=10 permutations using valid_params() when there is insufficient memory.
valid_params()
Closing in favor of https://github.com/voltrondata-labs/benchmarks/issues/141 because labs/benchmarks still uses run_one(), and valid_params() only applies for run_benchmark().
run_one()
run_benchmark()
TPC-H query 21 at scale factor 10 has been regularly failing on machines with less than 64 GB of memory, e.g. https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-arm64-t4g-linux-compute/builds/2829#0188b088-42b8-4218-ae4a-93dd0058ce8c As a solution, remove scale_factor=10 permutations using
valid_params()
when there is insufficient memory.