morningman commented on a change in pull request #1954: Limit the memory usage of Loading process URL: https://github.com/apache/incubator-doris/pull/1954#discussion_r334472279
########## File path: be/src/common/config.h ########## @@ -397,7 +399,15 @@ namespace config { CONF_Int32(memory_max_alignment, "16"); // write buffer size before flush - CONF_Int32(write_buffer_size, "104857600"); + CONF_Int64(write_buffer_size, "104857600"); + + // followin 2 configs limit the memory consumption of load process on a Backend. Review comment: OK ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org