summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 20:06:34 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 20:08:41 +0200
commit106987bbd779561533ab010bd909139881a99ee2 (patch)
tree2703b5c013e5c52f1bcd5a562fcfb91334c13c8d /searchcore
parent9e74aa13acef30d8c008f91d7231c515820a2622 (diff)
Default dead-bytes-ratio is now changed from 20% to 15%
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 55dc036df63..cc11384ac18 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -317,7 +317,7 @@ documentdb[].allocation.amortizecount int default=10000
documentdb[].allocation.multivaluegrowfactor double default=0.2
## The ratio of used bytes that can be dead before attempting to perform compaction.
-documentdb[].allocation.max_dead_bytes_ratio double default=0.2
+documentdb[].allocation.max_dead_bytes_ratio double default=0.15
## The ratio of used address space that can be dead before attempting to perform compaction.
documentdb[].allocation.max_dead_address_space_ratio double default=0.2