summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-03 11:04:44 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-03 11:04:44 +0000
commit45e27d1829ac49c41e4baa8d23da9fc8eacb1079 (patch)
treee0288f5d63a12e6df0c6ad2fc0b590ca1c1cdd9d /configdefinitions
parent19aeab828f827891646ca38619be7d80fd646bb6 (diff)
- Drop the 4k reserved area.
- Use consistent naming.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def5
1 files changed, 2 insertions, 3 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index b498eea3ff2..bab19c923d9 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -46,9 +46,8 @@ common_merge_chain_optimalization_minimum_size int default=64 restart
## Chunksize to use while merging buckets between nodes.
##
-## Default is set to 4 MB - 4k. This is to allow for malloc to waste some bytes
-## with tracking info or to align to 512b without passing allocation limit,
-## while still reading 4k blocks from disk.
+## 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=4190208 restart
## When merging, it is possible to send more metadata than needed in order to