This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new ce6d57d4c2 [memory](tcmalloc) using compact mode by default (#14385) ce6d57d4c2 is described below commit ce6d57d4c25f654a32e67e69199e202dddf08798 Author: yiguolei <676222...@qq.com> AuthorDate: Fri Nov 18 10:35:10 2022 +0800 [memory](tcmalloc) using compact mode by default (#14385) Co-authored-by: yiguolei <yiguo...@gmail.com> --- be/src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/common/config.h b/be/src/common/config.h index bdae169ad7..a86afb8c27 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -44,7 +44,7 @@ CONF_String(priority_networks, ""); // memory mode // performance or compact -CONF_String(memory_mode, "performance"); +CONF_String(memory_mode, "compact"); // process memory limit specified as number of bytes // ('<int>[bB]?'), megabytes ('<float>[mM]'), gigabytes ('<float>[gG]'), --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org