This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 817656881a [fix][branch-2.0](memory) disable page cache #22542 817656881a is described below commit 817656881aeefc4e88cf53d35c3277d2b07c7c66 Author: Xinyi Zou <zouxiny...@gmail.com> AuthorDate: Thu Aug 3 14:07:37 2023 +0800 [fix][branch-2.0](memory) disable page cache #22542 --- be/src/common/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index d9940e662d..5770d431b2 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -305,7 +305,7 @@ DEFINE_Int32(storage_page_cache_shard_size, "256"); // all storage page cache will be divided into data_page_cache and index_page_cache DEFINE_Int32(index_page_cache_percentage, "10"); // whether to disable page cache feature in storage -DEFINE_Bool(disable_storage_page_cache, "false"); +DEFINE_Bool(disable_storage_page_cache, "true"); // whether to disable row cache feature in storage DEFINE_Bool(disable_storage_row_cache, "true"); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org