X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9a5ff791910fc8c49b02521c48a5bf25ccc4259..4447b5a61f79edf2411ba94f4ad5d90e1ca7e220:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index d191356347..882ee62c35 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -1055,6 +1055,16 @@ Clusters: # Container runtime: "docker" (default) or "singularity" RuntimeEngine: docker + # Number of "supervisor" containers eligible to run at any given + # time expressed as a fraction of CloudVMs.MaxInstances. A + # supervisor is a container who's purpose is to submit other + # containers, such as a container running arvados-cwl-runner. + # If there is a hard limit on the amount of concurrent + # containers that the cluster can run, it is important to avoid + # crowding out the containers doing useful work with containers + # who just create more work. + SupervisorFraction: 0.3 + # When running a container, run a dedicated keepstore process, # using the specified number of 64 MiB memory buffers per # allocated CPU core (VCPUs in the container's runtime