summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-09 15:01:21 +0200
committerGitHub <noreply@github.com>2021-04-09 15:01:21 +0200
commit16cac09d7d412fc674acb3a89c28f29bbb5e2d86 (patch)
treedc47304566463ac85c53d1b5ca88b9cc4e7105ce /searchcore
parent254c9bc708968ba3b0d6ada9fa292cd5ce602608 (diff)
Revert "Update to what is current defaults"
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 1e333407045..cc11384ac18 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -411,13 +411,13 @@ lidspacecompaction.removebatchblockrate double default=0.5
lidspacecompaction.removeblockrate double default=100.0
## Set to true to enable bucket locking via content layer
-lidspacecompaction.usebucketexecutor bool default=true
+lidspacecompaction.usebucketexecutor bool default=false
## Maximum docs to move in single operation per bucket
bucketmove.maxdocstomoveperbucket int default=1
## Set to true to enable bucket locking via content layer
-bucketmove.usebucketexecutor bool default=true
+bucketmove.usebucketexecutor bool default=false
## This is the maximum value visibilitydelay you can have.
## A to higher value here will cost more memory while not improving too much.
@@ -513,7 +513,7 @@ maintenancejobs.resourcelimitfactor double default = 1.05
##
## The job is unblocked (and executed again) when this goes under the limit again.
## Currently used by 'lid_space_compaction' job.
-maintenancejobs.maxoutstandingmoveops int default=100
+maintenancejobs.maxoutstandingmoveops int default=10
## Controls the type of bucket checksum used. Do not change unless
## in depth understanding is present.