aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-09 10:04:09 +0200
committerGitHub <noreply@github.com>2021-04-09 10:04:09 +0200
commit1d0cd03418baec231eb4ee00682b30ee02375a6d (patch)
tree7a336b3848484108193c7ba7385f0e65eee79fd1 /searchcore
parent794a4973998c13fca3c408f636f050fa65e9f07c (diff)
parent106987bbd779561533ab010bd909139881a99ee2 (diff)
Merge pull request #17323 from vespa-engine/balder/default-is-now-0.15
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 5c6063126b6..1e333407045 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