summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-01-27 10:47:03 +0100
committerGitHub <noreply@github.com>2021-01-27 10:47:03 +0100
commit7ca83347508a200ee90d709536d2b48bf9e0eba1 (patch)
tree490dba5289d2309f0561f98c58499fd19ac9cc06 /configdefinitions
parent34913c1c43c5943f26d26b37a7d23bb495bacb03 (diff)
Revert "32m merge chunk size"
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index eb858cfe65c..b90d37314c5 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -41,7 +41,7 @@ common_merge_chain_optimalization_minimum_size int default=64 restart
##
## Default is set to 4 MB.
## Note that this will gradually be increased to reach stor-distributormanager:splitsize which is currently at 32M
-bucket_merge_chunk_size int default=33554432 restart
+bucket_merge_chunk_size int default=4190208 restart
## When merging, it is possible to send more metadata than needed in order to
## let local nodes in merge decide which entries fits best to add this time