jackylee-ch commented on issue #1359:
URL: 
https://github.com/apache/incubator-gluten/issues/1359#issuecomment-3692279507

   Sure. Basic Gluten configurations are available at the 
[run-tpcds.sh](https://github.com/apache/incubator-gluten/blob/main/tools/workload/tpcds/run_tpcds/run-tpcds.sh).
 Bellow the Executor concurrency settings from our 10 TB TPC-DS benchmark.
   ```
   spark.executor.cores    35
   spark.executor.memory   5G
   spark.executor.memoryOverhead   1G
   spark.executor.instances        40
   spark.memory.offHeap.enabled    true
   spark.memory.offHeap.size       150g
   spark.default.parallelism       1400
   spark.sql.shuffle.partitions    1400
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to