summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-06-19 14:34:21 +0000
committerGeir Storli <geirst@oath.com>2018-06-19 14:34:21 +0000
commitc6f3b49e6823c51984b2ad4688c0bc0d1d991522 (patch)
tree9457820578b10d26c089d6398b32d12c71587de0 /searchcore
parente1b203aa6b0736c0f11f46e44ad1cbd40fafaf8f (diff)
Reduce default feeding.concurrency from 0.5 to 0.2.
This should reduce problems with query latency spikes during re-distribution of data.
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 e66466aa1cb..7578066d93a 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -467,7 +467,7 @@ hwinfo.cpu.cores int default = 0 restart
## max(ceil(hwinfo.cpu.cores * feeding.concurrency), summary.log.numthreads)
## The number of threads in each of pools 2-4 is calculated as:
## max(ceil((hwinfo.cpu.cores * feeding.concurrency)/3), indexing.threads)
-feeding.concurrency double default = 0.5 restart
+feeding.concurrency double default = 0.2 restart
## Adjustment to resource limit when determining if maintenance jobs can run.
##