zhiqiang-hhhh commented on code in PR #37066:
URL: https://github.com/apache/doris/pull/37066#discussion_r1665309882


##########
be/src/common/config.cpp:
##########
@@ -1318,6 +1318,9 @@ DEFINE_Int64(min_row_group_size, "134217728");
 // filter wrong data.
 DEFINE_mBool(enable_parquet_page_index, "true");
 
+// If native memory allocator allocates more memory than this value, an 
exception will be thrown.
+DEFINE_Int64(debug_max_memory_size_by_native_allocator, "1048576")

Review Comment:
   done



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