From c6e53914584359256e7651d106972eebb5dc49b5 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 18 Jan 2022 23:15:17 +0100 Subject: Reduce default split size from 32M to 16M. --- storage/src/vespa/storage/config/stor-distributormanager.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'storage') diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def index dba36d1b73d..a01bd30546e 100644 --- a/storage/src/vespa/storage/config/stor-distributormanager.def +++ b/storage/src/vespa/storage/config/stor-distributormanager.def @@ -5,9 +5,9 @@ namespace=vespa.config.content.core maxpendingidealstateoperations int default=100 ## The total size of unique documents in a bucket before we split it due to -## being too big. By default this is now 32 MB. -splitsize int default=33544432 - +## being too big. By default this is now 16 MB. Should be kept in sync with stor-filestor.def:bucket_merge_chunk_size. +splitsize int default=16772216 + ## The maximum amount of entries in a file before we should attempt to split it. ## A meta data entry in a slotfile currently uses 40 bytes. It is probably ## good to have the split size, such that all meta data entries are normally -- cgit v1.2.3