wForget commented on code in PR #9759:
URL: https://github.com/apache/incubator-gluten/pull/9759#discussion_r2110811764
##########
shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -1738,4 +1738,11 @@ object GlutenConfig {
.doc("Enable or disable columnar collectTail.")
.booleanConf
.createWithDefault(true)
+
+ val MEMORY_DUMP_ON_EXIT =
+ buildConf("spark.gluten.monitor.memoryDumpOnExit")
+ .doc("Whether to trigger native memory dump when executor exits.")
+ .booleanConf
+ .createWithDefault(false)
Review Comment:
Moved to VeloxConfig.scala and added some comments
--
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]