andygrove commented on code in PR #1980: URL: https://github.com/apache/datafusion-comet/pull/1980#discussion_r2180560595
########## docs/source/contributor-guide/spark-sql-tests.md: ########## @@ -67,16 +67,16 @@ ENABLE_COMET=true build/sbt "hive/testOnly * -- -n org.apache.spark.tags.SlowHiv ``` #### Steps to run individual test suites through SBT 1. Open SBT with Comet enabled -```sbt -ENABLE_COMET=true sbt -Dspark.test.includeSlowTests=true +```shell +ENABLE_COMET=true sbt -J-Xmx4096m -Dspark.test.includeSlowTests=true Review Comment: Added memory setting here -- 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]
