Skip to content

Commit 22673a2

Browse files
authored
Update calculating-che-resource-requirements.adoc (#2900)
* Update calculating-che-resource-requirements.adoc * Update modules/administration-guide/pages/calculating-che-resource-requirements.adoc
1 parent a6314ff commit 22673a2

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed

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

+27-17
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ The `tools` component of the devfile defines the following requests and limits:
4242
cpuLimit: 500m
4343
----
4444

45+
** IMPORTANT: Additional memory and CPU will be added implicitly for the Visual Studio Code - Open Source ("Code - OSS"):
46+
+
47+
[source,yaml,subs="+attributes,+quotes,macros"]
48+
----
49+
memoryLimit: 1024M
50+
memoryRequest: 256M
51+
cpuRequest: 30m
52+
cpuLimit: 500m
53+
----
54+
4555
. Calculate the sums of the resources required for each workspace. If you intend to use multiple devfiles, repeat this calculation for every expected devfile.
4656
+
4757
.Workspace requirements for the link:https://github.com/che-incubator/quarkus-api-example/blob/main/devfile.yaml[example devfile] in the previous step
@@ -72,11 +82,19 @@ The `tools` component of the devfile defines the following requests and limits:
7282
|500 m
7383
|50 m
7484
85+
|Visual Studio Code
86+
|`workspace`
87+
|`tools`
88+
|1024 MiB
89+
|256 MiB
90+
|500 m
91+
|30 m
92+
7593
3+>s|Total
76-
>s|6.3 GiB
77-
>s|576 MiB
78-
>s|4500 m
79-
>s|1050 m
94+
>s|7.3 GiB
95+
>s|832 MiB
96+
>s|5000 m
97+
>s|1080 m
8098
|===
8199
====
82100

@@ -151,14 +169,6 @@ The `tools` component of the devfile defines the following requests and limits:
151169
|500 m
152170
|100 m
153171

154-
|Devfile registry
155-
|`devfile-registry`
156-
|`devfile-registry`
157-
|256 MiB
158-
|32 MiB
159-
|500 m
160-
|100 m
161-
162172
|Plugin registry
163173
|`plugin-registry`
164174
|`plugin-registry`
@@ -170,9 +180,9 @@ The `tools` component of the devfile defines the following requests and limits:
170180
|{devworkspace} Controller Manager
171181
|`{devworkspace-id}-controller-manager`
172182
|`{devworkspace-id}-controller`
173-
|1 GiB
183+
|5 GiB
174184
|100 MiB
175-
|1000 m
185+
|3000 m
176186
|250 m
177187

178188
|{devworkspace} Controller Manager
@@ -216,10 +226,10 @@ The `tools` component of the devfile defines the following requests and limits:
216226
|N/A
217227

218228
3+>s|Total
219-
>s|9 GiB
229+
>s|13 GiB
220230
>s|1.2 GiB
221-
>s|6.9
222-
>s|1.3
231+
>s|8.4
232+
>s|1.2
223233

224234
|===
225235

0 commit comments

Comments
 (0)