X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f00a2304c3668e74c6ab53e27793166b02b709d2..b1aa6c85c3db947f0963b1bddb2784c115f5c97d:/doc/_includes/_container_runtime_constraints.liquid?ds=inline diff --git a/doc/_includes/_container_runtime_constraints.liquid b/doc/_includes/_container_runtime_constraints.liquid index 5c86e8fb08..d505bfd9e0 100644 --- a/doc/_includes/_container_runtime_constraints.liquid +++ b/doc/_includes/_container_runtime_constraints.liquid @@ -4,6 +4,7 @@ Runtime constraints restrict the container's access to compute resources and the table(table table-bordered table-condensed). |_. Key|_. Type|_. Description|_. Notes| -|ram|integer|Number of ram bytes to be used to run this process.|Required when in "Committed" state.| -|vcpus|integer|Number of cores to be used to run this process.|Required when in "Committed" state.| -|API|boolean|When set, use Crunch2 to run this process.|Optional.| +|ram|integer|Number of ram bytes to be used to run this process.|Optional. However, a ContainerRequest that is in "Committed" state must provide this.| +|vcpus|integer|Number of cores to be used to run this process.|Optional. However, a ContainerRequest that is in "Committed" state must provide this.| +|keep_cache_ram|integer|Number of keep cache bytes to be used to run this process.|Optional.| +|API|boolean|When set, ARVADOS_API_HOST and ARVADOS_API_TOKEN will be set, and container will have networking enabled to access the Arvados API server.|Optional.|