aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-30 10:28:42 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-04-30 10:28:42 +0000
commitab5869255979691c147687ec6567f489c1e6037d (patch)
treea4e8c9a8e1314b496d4bed666d1c064fdd8cafb5 /searchcore
parentdd219bb6ce23d890bab5c13b91585b311f1a1b40 (diff)
Resource sample interval from 20s => 10s
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 5d84516d100..a210698d5b6 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -433,8 +433,8 @@ writefilter.memorylimit double default = 0.8
## put and update portion of feed is blocked.
writefilter.disklimit double default = 0.8
-## Interval between sampling of disk and memory usage. Default is 20 seconds.
-writefilter.sampleinterval double default = 20.0
+## Interval between sampling of disk and memory usage. Default is 10 seconds.
+writefilter.sampleinterval double default = 10.0
## The size of the disk partition (in bytes) on which proton basedir is located.
## If set to 0, the disk size is sampled by looking at the filesystem space info.