imay 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_r334383230
##########
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:
```suggestion
// following 2 configs limit the memory consumption of load process on a
Backend.
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]