From 962bc0152082659b4bcc0d5714fe0d4a45073418 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 8 Apr 2021 20:12:50 +0200 Subject: Update to what is current defaults --- searchcore/src/vespa/searchcore/config/proton.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'searchcore') diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def index 55dc036df63..5c6063126b6 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=false +lidspacecompaction.usebucketexecutor bool default=true ## 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=false +bucketmove.usebucketexecutor bool default=true ## 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=10 +maintenancejobs.maxoutstandingmoveops int default=100 ## Controls the type of bucket checksum used. Do not change unless ## in depth understanding is present. -- cgit v1.2.3