Skip to content

Commit

Permalink
add comment for new config
Browse files Browse the repository at this point in the history
  • Loading branch information
weixiang committed May 24, 2022
1 parent 8f08ceb commit 9ded014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ CONF_Int32(memory_max_alignment, "16");
// write buffer size before flush
CONF_mInt64(write_buffer_size, "209715200");

// max buffer size used in memtable for the aggregated table
CONF_mInt64(memtable_max_buffer_size, "419430400");

// following 2 configs limit the memory consumption of load process on a Backend.
Expand Down

0 comments on commit 9ded014

Please sign in to comment.