Is your feature request related to a problem or challenge?
No
Describe the solution you'd like
I had to run sort-tpch queries with memory limit when testing fixes for memory related issues. It would be better if --memory-limit option is supported for most of the benchmark tools. For instance, I can run the following command to test sort-tpch queries with 200MB memory constraint:
dfbench sort-tpch --iterations 1 --path benchmarks/data/tpch_sf1 --memory-limit 200M -n1 -q8
Describe alternatives you've considered
No response
Additional context
No response