yiguolei commented on code in PR #44185:
URL: https://github.com/apache/doris/pull/44185#discussion_r1847892033


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -2132,6 +2133,14 @@ public void setIgnoreShapePlanNodes(String 
ignoreShapePlanNodes) {
     @VariableMgr.VarAttr(name = MAX_FETCH_REMOTE_TABLET_COUNT, fuzzy = true)
     public int maxFetchRemoteTabletCount = 512;
 
+    @VariableMgr.VarAttr(
+            name = ENABLE_RESERVE_MEMORY,
+            description = {"控制是否启用分配内存前先reverve memory的功能。默认为 false。",
+                    "Controls whether to enable reserve memory before 
allocating memory. "
+                            + "The default value is false."},
+            needForward = true, fuzzy = true)
+    public boolean enableReserveMemory = false;

Review Comment:
   默认值改为true



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