X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/674630a6f461527f5b26e917814736b444cb4f51..b9a5ff791910fc8c49b02521c48a5bf25ccc4259:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 29a4a640b5..d191356347 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -1005,13 +1005,6 @@ Clusters: # with the cancelled container. MaxRetryAttempts: 3 - # The maximum number of compute nodes that can be in use simultaneously - # If this limit is reduced, any existing nodes with slot number >= new limit - # will not be counted against the new limit. In other words, the new limit - # won't be strictly enforced until those nodes with higher slot numbers - # go down. - MaxComputeVMs: 64 - # Schedule all child containers on preemptible instances (e.g. AWS # Spot Instances) even if not requested by the submitter. # @@ -1327,6 +1320,15 @@ Clusters: # providers too, if desired. MaxConcurrentInstanceCreateOps: 1 + # The maximum number of instances to run at a time, or 0 for + # unlimited. + # + # If more instances than this are already running and busy + # when the dispatcher starts up, the running containers will + # be allowed to finish before the excess instances are shut + # down. + MaxInstances: 64 + # Interval between cloud provider syncs/updates ("list all # instances"). SyncInterval: 1m @@ -1779,9 +1781,11 @@ Clusters: # This feature is disabled when set to zero. IdleTimeout: 0s - # URL to a file that is a fragment of text or HTML which should - # be rendered in Workbench as a banner. - BannerURL: "" + # UUID of a collection. This collection should be shared with + # all users. Workbench will look for a file "banner.html" in + # this collection and display its contents (should be + # HTML-formatted text) when users first log in to Workbench. + BannerUUID: "" # Workbench welcome screen, this is HTML text that will be # incorporated directly onto the page.