summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-01-18 23:15:17 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-01-18 23:26:32 +0100
commitc6e53914584359256e7651d106972eebb5dc49b5 (patch)
treeaf78f3ca07a9ab13ed9de541ae4475696a7b67eb /storage
parentba063a6ca30deee66590efe4ae6e4e9f6ac83b5c (diff)
Reduce default split size from 32M to 16M.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-distributormanager.def6
1 files changed, 3 insertions, 3 deletions
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