This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 9355d13431 [DOC] Fix VeloxStageResourceAdj config table style (#10110)
9355d13431 is described below

commit 9355d13431b20a5e159257671886b603a1b5ffc0
Author: Terry Wang <[email protected]>
AuthorDate: Mon Jul 7 16:36:41 2025 +0800

    [DOC] Fix VeloxStageResourceAdj config table style (#10110)
---
 docs/get-started/VeloxStageResourceAdj.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/get-started/VeloxStageResourceAdj.md 
b/docs/get-started/VeloxStageResourceAdj.md
index c9c889e95b..021b2d8971 100644
--- a/docs/get-started/VeloxStageResourceAdj.md
+++ b/docs/get-started/VeloxStageResourceAdj.md
@@ -32,6 +32,7 @@ Add the following configurations to your Spark application:
 | spark.gluten.auto.adjustStageResource.enabled                     | 
Experimental: If enabled, gluten will try to set the stage resource according 
to stage execution plan. NOTE: Only works when aqe is enabled at the same time. 
| false   |
 | spark.gluten.auto.adjustStageResources.heap.ratio                 | 
Experimental: Increase executor heap memory when match adjust stage resource 
rule.                                                                           
 | 2.0d    |
 | spark.gluten.auto.adjustStageResources.fallenNode.ratio.threshold | 
Experimental: Increase executor heap memory when stage contains fallen node 
count exceeds the total node count ratio.                                       
  | 0.5d    |
+
 #### **1. Enable Auto-Adjustment**
 ```properties  
 spark.gluten.auto.AdjustStageResource.enabled=true  


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to