Skip to content

Commit 01ca8f1

Browse files
Document the resource requirements for running a CDE with a JetBrains IDE (#2909)
* Document the resource requirements for running a CDE with a JetBrains IDE Signed-off-by: Artem Zatsarynnyi <[email protected]> * Update modules/administration-guide/pages/calculating-che-resource-requirements.adoc Co-authored-by: Jana Vrbkova <[email protected]> --------- Signed-off-by: Artem Zatsarynnyi <[email protected]> Co-authored-by: Jana Vrbkova <[email protected]>
1 parent 916fefb commit 01ca8f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/administration-guide/pages/calculating-che-resource-requirements.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ The `tools` component of the devfile defines the following requests and limits:
5252
cpuLimit: 500m
5353
----
5454

55+
** IMPORTANT: Additional memory and CPU will be added implicitly for a JetBrains IDE (e.g. IntelliJ IDEA Ultimate):
56+
+
57+
[source,yaml,subs="+attributes,+quotes,macros"]
58+
----
59+
memoryLimit: 6144M
60+
memoryRequest: 2048M
61+
cpuRequest: 1500m
62+
cpuLimit: 2000m
63+
----
64+
5565
. Calculate the sums of the resources required for each workspace. If you intend to use multiple devfiles, repeat this calculation for every expected devfile.
5666
+
5767
.Workspace requirements for the link:https://github.com/che-incubator/quarkus-api-example/blob/main/devfile.yaml[example devfile] in the previous step

0 commit comments

Comments
 (0)