Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Aug 7, 2024
1 parent 6ac60a4 commit 3ec1cce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion be/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ DECLARE_mBool(enable_stacktrace);
// if is -1, disable print stacktrace when alloc large memory.
DECLARE_mInt64(stacktrace_in_alloc_large_memory_bytes);

// default is true. if any memory tracking in Orphan mem tracker will report error.
// default is true. if alloc memory tracking in Orphan mem tracker will report error.
// allocator free memory not need to check, because when the thread memory tracker label is Orphan,
// use the tracker saved in Allocator.
DECLARE_mBool(enable_memory_orphan_check);

// The maximum time a thread waits for a full GC. Currently only query will wait for full gc.
Expand Down

0 comments on commit 3ec1cce

Please sign in to comment.