diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index 2160161675..99c3928055 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -58,7 +58,7 @@ che.workspace.no_proxy= che.trusted_ca_bundles_configmap=NULL # By default, when users access a workspace with its URL, the workspace -# automatically starts (if currently stopped). Set this to `false` to disable this behaviour. +# automatically starts (if currently stopped). Set this to `false` to disable this behavior. che.workspace.auto_start=true # Workspace threads pool configuration. This pool is used for workspace-related @@ -69,11 +69,11 @@ che.workspace.pool.type=fixed # This property is ignored when pool type is different from `fixed`. # It configures the exact size of the pool. When set, the `multiplier` property is ignored. # If this property is not set (`0`, `<0`, `NULL`), then the pool size equals the number of cores. -# It can be modified by the `multiplier`. +# See also `che.workspace.pool.cores_multiplier`. che.workspace.pool.exact_size=30 -# This property is ignored when pool type is different from `fixed` or an exact pool size is set. -# When set, the pool size is `N_CORES * multiplier`. +# This property is ignored when pool type is not set to `fixed`, `che.workspace.pool.exact_size` +# is set. When set, the pool size is `N_CORES * multiplier`. che.workspace.pool.cores_multiplier=2 # This property specifies how many threads to use for workspace server liveness probes. @@ -127,10 +127,9 @@ che.workspace.sidecar.default_memory_request_mb=64 che.workspace.sidecar.default_cpu_limit_cores=-1 che.workspace.sidecar.default_cpu_request_cores=-1 -# Defines image-pulling strategy for sidecars. -# Possible values are: `Always`, `Never`, `IfNotPresent`. Any other value -# is interpreted as unspecified policy. (`Always` is assumed if the `:latest` tag is specified. -# In other situations, `IfNotPresent` is assumed.) +# Defines image-pulling strategy for sidecars. Possible values are: `Always`, +# `Never`, `IfNotPresent`. For any other value, `Always` is assumed for images +# with the `:latest` tag, or `IfNotPresent` for all other cases. che.workspace.sidecar.image_pull_policy=Always