summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-26 10:22:20 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-26 10:22:20 +0000
commit945499a4772698e5c81d5e02f5abf29117b976da (patch)
tree4f8a13140288eef5a3f2b2086bb4068faf64e441 /configdefinitions
parent693277054fd2f122ae40aa011e848526fad8a64e (diff)
Also take number of visitor threads into account.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index bab19c923d9..e9165f5adc9 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -31,7 +31,12 @@ num_threads int default=8 restart
## Negative number will choose a good number based on # cores.
num_response_threads int default=2 restart
-## Number of handler objects that might be created by networkthreads
+## Number of handler objects that might be created by visitor threads
+## This is a temporary setting that only skilled vespa developers should modify
+## This must be kept in line with stor-visitor:visitorthreads
+num_visitor_threads int default=16 restart
+
+## Number of handler objects that might be created by network threads
## This is a temporary setting that only skilled vespa developers should modify
## This must be kept in line with stor-communicationmanager:rpc.num_network_threads
num_network_threads int default=1 restart