summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahoo-inc.com>2016-12-16 12:32:05 +0100
committerGitHub <noreply@github.com>2016-12-16 12:32:05 +0100
commit4c6dd66b2e85c5492911f969ea397e87ec435cdf (patch)
treee593e57b41b9eee1acbba081f0b4cc1c5740678e /storage
parentffaa67c262841401dd6c497930b555eaab64b436 (diff)
parentd8d4de14d75cec4485afc9a6393b52166db2e83c (diff)
Merge pull request #1338 from yahoo/vekterli/increase-default-distributor-buckets-checked-per-second
Increase number of buckets/sec processed by distributors
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/stor-distributormanager.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/src/vespa/storage/config/stor-distributormanager.def b/storage/src/vespa/storage/config/stor-distributormanager.def
index c6cefcca4d2..142ebc733f2 100644
--- a/storage/src/vespa/storage/config/stor-distributormanager.def
+++ b/storage/src/vespa/storage/config/stor-distributormanager.def
@@ -65,12 +65,12 @@ maximum_nodes_per_merge int default=16
start_distributor_thread bool default=true restart
## The number of ticks calls done before a wait is done. This can be
-## set higher than 1 for the distributor to improve speed of bucket iterations
+## set higher than 10 for the distributor to improve speed of bucket iterations
## while still keep CPU load low/moderate.
-ticks_before_wait int default=1
+ticks_before_wait int default=10
-## The sleep time between ticks if there are no more queed tasks.
-ticks_wait_time_ms int default=5
+## The sleep time between ticks if there are no more queued tasks.
+ticks_wait_time_ms int default=1
## Max processing time used by deadlock detector.
max_process_time_ms int default=5000