This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new f7e702fa6e [config](page cache) disable pagecache for 1.2.x
f7e702fa6e is described below

commit f7e702fa6e7d64eec5636443acbdf3c404b324d4
Author: yiguolei <[email protected]>
AuthorDate: Thu Feb 9 10:56:32 2023 +0800

    [config](page cache) disable pagecache for 1.2.x
---
 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 8eb20699da..ec64ca5dfb 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -253,7 +253,7 @@ CONF_Int32(storage_page_cache_shard_size, "16");
 // all storage page cache will be divided into data_page_cache and 
index_page_cache
 CONF_Int32(index_page_cache_percentage, "10");
 // whether to disable page cache feature in storage
-CONF_Bool(disable_storage_page_cache, "false");
+CONF_Bool(disable_storage_page_cache, "true");
 
 CONF_Bool(enable_storage_vectorization, "true");
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to