summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-14 15:15:07 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-14 15:15:07 +0200
commit1eb22f408af87dba0ee6cda70622e945ad94e814 (patch)
tree04a466f3fe758745c18985d5705c75b9bbedac96 /storage
parent079aa085416f76b4d19fbaaaad1c05e2ea508ba9 (diff)
Set defaults more optimized for low latency and modern multi-core servers.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-visitordispatcher.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/config/stor-visitordispatcher.def b/storage/src/vespa/storage/config/stor-visitordispatcher.def
index 1288f4579be..74495d0f6fd 100644
--- a/storage/src/vespa/storage/config/stor-visitordispatcher.def
+++ b/storage/src/vespa/storage/config/stor-visitordispatcher.def
@@ -7,7 +7,7 @@ namespace=vespa.config.content.core
# Having several visitor operations running concurrently increases the
# potential data processing parallelism on the content nodes at the expense
# of using additional resources.
-maxvisitorspernodeperclientvisitor int default=4
+maxvisitorspernodeperclientvisitor int default=16
# Minimum number of buckets that have to be present on a given content node
# before more than one visitor operation may be sent in parallel towards it.
@@ -16,7 +16,7 @@ maxvisitorspernodeperclientvisitor int default=4
# a content node, a total of 4 visitors of 10 buckets each will be sent to the
# node. If min buckets were 20, only 2 visitors of 20 buckets each would be
# sent.
-minbucketspervisitor int default=5
+minbucketspervisitor int default=1
# Deprecated - not in use
storagenetworklatency int default=2