zhztheplayer commented on code in PR #5815:
URL: https://github.com/apache/incubator-gluten/pull/5815#discussion_r1607496583
##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -1207,6 +1207,13 @@ object GlutenConfig {
.bytesConf(ByteUnit.BYTE)
.createWithDefaultString("1GB")
+ val COLUMNAR_VELOX_MEM_INIT_CAPACITY =
+ buildConf("spark.gluten.sql.columnar.backend.velox.memInitCapacity")
+ .internal()
+ .doc("The initial memory capacity.")
Review Comment:
Could rephase to “The initial memory capacity to reserve for a newly created
Velox query memory pool."
Reference
https://github.com/facebookincubator/velox/blob/9c9712eac7e335b3636f5193b0a061c6015f9d10/velox/common/memory/Memory.h#L162
--
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]