PHILO-HE commented on code in PR #10389:
URL: 
https://github.com/apache/incubator-gluten/pull/10389#discussion_r2265877768


##########
gluten-substrait/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -1583,6 +1587,13 @@ object GlutenConfig {
       .doubleConf
       .createWithDefault(2.0d)
 
+  val AUTO_ADJUST_STAGE_RESOURCES_OFFHEAP_RATIO =
+    buildConf("spark.gluten.auto.adjustStageResources.offheap.ratio")
+      .internal()
+      .doc("Experimental: Decrease executor offheap memory when match adjust 
stage resource rule.")
+      .doubleConf
+      .createWithDefault(1.0d)

Review Comment:
   The default value means its size is not changed. Setting to 0.5 may be 
better.



-- 
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]

Reply via email to