[arvados] updated: 2.6.0-532-g0787f110e5
git repository hosting
git at public.arvados.org
Wed Aug 23 17:24:22 UTC 2023
Summary of changes:
lib/config/config.default.yml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
via 0787f110e5ed61b358901fe38796e7ef0008deac (commit)
from 8ab28ac30845f1e277cef45bfda53f7e157dadaf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0787f110e5ed61b358901fe38796e7ef0008deac
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Aug 23 13:24:10 2023 -0400
20894: Wordsmithing
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index c18c23983d..18ffb1ca24 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -1424,11 +1424,13 @@ Clusters:
# Setting this to 0 means the dynamic instance limit will
# start at MaxInstances.
#
- # Situations where you may want to set this (to a value lower
+ # Situations where you may want to set this (to a value less
# than MaxInstances) would be when there is significant
- # variability in the actual cloud resources available and you
- # to be conservative in how many parallel supervisors
- # (workflows) it launches.
+ # variability or uncertainty in the actual cloud resources
+ # available. Upon reaching InitialQuotaEstimate the
+ # dispatcher will switch to a more conservative behavior with
+ # slower instance start to avoid over-shooting cloud resource
+ # limits.
InitialQuotaEstimate: 0
# Maximum fraction of available instance capacity allowed to
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list