summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-02-14 15:29:07 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-02-14 15:29:07 +0000
commit33e5925fa441bbc22e322403df9fec7bd305b835 (patch)
tree8840d79669b0e6fa375634b3c671702e36b2d191 /configdefinitions
parent5170906995915c2e321d6af1bd05846f3d5cac21 (diff)
Default number of threads should be a multiple of number of stripes, which is now 4
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index c02a9018064..7816ee74fde 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -24,7 +24,7 @@ disk_operation_timeout int default=0 restart
## PERFORMANCE PARAMETERS
## Number of threads to use for each mountpoint.
-num_threads int default=6 restart
+num_threads int default=8 restart
## When merging, if we find more than this number of documents that exist on all
## of the same copies, send a separate apply bucket diff with these entries