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

yiguolei pushed a commit to branch spill_and_reserve
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/spill_and_reserve by this push:
     new 21db9e2b68c enable memory check by default
21db9e2b68c is described below

commit 21db9e2b68ca2f4e885dab8bbf88d8fec7caab1c
Author: yiguolei <[email protected]>
AuthorDate: Wed Sep 25 09:23:51 2024 +0800

    enable memory check by default
---
 be/src/common/config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 09dc465fa38..78e68c9de64 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -151,7 +151,7 @@ DEFINE_mInt64(stacktrace_in_alloc_large_memory_bytes, 
"2147483648");
 DEFINE_mInt64(crash_in_alloc_large_memory_bytes, "-1");
 
 // If memory tracker value is inaccurate, BE will crash. usually used in test 
environments, default value is false.
-DEFINE_mBool(crash_in_memory_tracker_inaccurate, "false");
+DEFINE_mBool(crash_in_memory_tracker_inaccurate, "true");
 
 // default is true. if any memory tracking in Orphan mem tracker will report 
error.
 // !! not modify the default value of this conf!! otherwise memory errors 
cannot be detected in time.


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

Reply via email to