Open
Description
Help wanted
I want to test the TPC-DS sf1 performance in Presto.
But when I used the Presto cli in Presto docker, the query memory is exceed.
The error message as following:
# docker exec -it presto presto-cli --catalog tpcds --schema sf1 --file /home/tpcds/query/query11.tpl.sql
Query 20210511_092724_00003_rz3ru failed: Query exceeded per-node user memory limit of 102.40MB [Allocated: 102.39MB, Delta: 29.21kB, Top Consumers: {HashBuilderOperator=102.39MB, ExchangeOperator=41.29MB, PartitionedOutputOperator=10.05MB}]
Environment:
Presto docker: ahanaio/prestodb-sandbox:latest