andygrove commented on code in PR #250:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/250#discussion_r1559844557
##########
spark/src/test/scala/org/apache/spark/sql/CometTPCDSQuerySuite.scala:
##########
@@ -154,8 +154,9 @@ class CometTPCDSQuerySuite
conf.set(CometConf.COMET_EXEC_ALL_OPERATOR_ENABLED.key, "true")
conf.set(CometConf.COMET_EXEC_ALL_EXPR_ENABLED.key, "true")
conf.set(CometConf.COMET_EXEC_SHUFFLE_ENABLED.key, "true")
+ conf.set(CometConf.COMET_MEMORY_OVERHEAD.key, "20g")
conf.set(MEMORY_OFFHEAP_ENABLED.key, "true")
- conf.set(MEMORY_OFFHEAP_SIZE.key, "2g")
Review Comment:
Do we need to update the developer documentation to explain memory
requirements for running these tests?
--
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]