zhztheplayer commented on code in PR #9341:
URL: https://github.com/apache/incubator-gluten/pull/9341#discussion_r2047152307
##########
shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -1241,6 +1243,16 @@ object GlutenConfig {
.booleanConf
.createWithDefault(false)
+ val COLUMNAR_MEMORY_UNTRACKED =
+ buildConf("spark.gluten.memory.untracked")
+ .internal()
+ .doc(
+ "When enabled, turn all native memory allocations in Gluten into
untracked. Spark " +
Review Comment:
It doesn't relate to the off-heap sizing feature, the idea use case is to
allow user set
```
spark.memory.offHeap.enabled=false
spark.gluten.memory.untracked=true
```
to bypass allocation tracking from Spark memory manager.
--
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]