summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-03-16 17:50:44 +0100
committerHenning Baldersheim <balder@oath.com>2018-03-19 13:01:16 +0100
commit7d4570b514ada0bf92d0bc79f7ce3b8d050647f8 (patch)
tree4ae892973144b5a6054d60199f270fc62b9df00f /configdefinitions
parent99c0278cfa2118fb26a4e13b8ede982cb6abf1fe (diff)
No need for an array when you just need a count
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def9
1 files changed, 2 insertions, 7 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index d20462c99ad..c02a9018064 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -23,13 +23,8 @@ disk_operation_timeout int default=0 restart
## PERFORMANCE PARAMETERS
-## Number of threads to use for each mountpoint. VDS needs memory per thread
-## to perform disk operations, so increasing this number will increase
-## memory usage, but it will also make the disk queue on a given disk be
-## able to be larger, such that the disk can choose operations to optimize
-## seek time.
-## See benchmarks for performance/memory tradeoff.
-threads[].lowestpri int default=255 restart
+## Number of threads to use for each mountpoint.
+num_threads int default=6 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