diff --git a/modules/administration-guide/partials/con_understanding-che-server-advanced-configuration.adoc b/modules/administration-guide/partials/con_understanding-che-server-advanced-configuration.adoc index 4bbb87b4a1..cff4e5de04 100644 --- a/modules/administration-guide/partials/con_understanding-che-server-advanced-configuration.adoc +++ b/modules/administration-guide/partials/con_understanding-che-server-advanced-configuration.adoc @@ -22,11 +22,13 @@ map of additional environment variables to apply to the {prod-short} server comp + [source,yaml,subs="+quotes,+attributes,+macros"] ---- +apiVersion: org.eclipse.che/v2 +kind: CheCluster spec: components: cheServer: extraProperties: - pass:[CHE_WORKSPACE_DEFAULT__MEMORY__LIMIT__MB]: "2048" + CHE_LOGS_APPENDERS_IMPL: json ---- ====