Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


:parent-context-of-calculating-che-resource-requirements: {context}

[id="calculating-{prod-id-short}-resource-requirements_{context}"]
Expand All @@ -22,6 +21,7 @@ include::partial$con_a-workspace-example.adoc[leveloffset=+1]
* xref:high-level-che-architecture.adoc[]
* link:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/[Kubernetes compute resources management documentation]
* xref:installation-guide:configuring-the-che-installation.adoc[]
* xref:installation-guide:advanced-configuration-options-for-the-che-server-component.adoc[]
* xref:end-user-guide:making-a-workspace-portable-using-a-devfile.adoc[]
* xref:end-user-guide:making-a-workspace-portable-using-a-devfile.adoc#a-minimal-devfile_{context}[]
* xref:authenticating-users.adoc[]
Expand Down
2 changes: 1 addition & 1 deletion modules/administration-guide/partials/con_che-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ The {prod-short} server, also known as *wsmaster*, is the central service of the
| `eclipse/che-server`

| Environment variables
| {link-advanced-configuration-options-for-the-che-server}
| xref:installation-guide:advanced-configuration-options-for-the-che-server-component.adoc[]
|===
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ The Workspace Controller consists of a set of five services running in five dist
|16 MiB
|===

These default values are sufficient when the {prod-short} Workspace Controller manages a small amount of {prod-short} workspaces. For larger deployments, increase the memory limit. See the xref:installation-guide:configuring-the-che-installation.adoc[Advanced configurations options] article for instructions on how to override the default requests and limits. For example, the hosted version of {prod-short} that runs on link:https://che.openshift.io[] uses 1 GB of memory.
These default values are sufficient when the {prod-short} Workspace Controller manages a small amount of {prod-short} workspaces. For larger deployments, increase the memory limit. See the xref:installation-guide:advanced-configuration-options-for-the-che-server-component.adoc[] article for instructions on how to override the default requests and limits. For example, the hosted version of {prod-short} that runs on link:https://che.openshift.io[] uses 1 GB of memory.
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ The requested value is included in the service name that contains the `collector


.Additional resources
* For additional information about custom environment properties and how to define them in CheCluster Custom Resource, see xref:installation-guide:configuring-the-che-installation.adoc[].
* For additional information about custom environment properties and how to define them in CheCluster Custom Resource, see xref:installation-guide:advanced-configuration-options-for-the-che-server-component.adoc[].
* For custom configuration of Jaeger, see the list of link:https://github.com/jaegertracing/jaeger-client-go#user-content-environment-variables[Jaeger client environment variables].