File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,38 @@ The most commonly used CR settings are listed in this table:
157
157
|`analyzer_container_requests_memory`
158
158
|`4Gi`
159
159
|Minimum amount of memory the pod needs to run
160
+
161
+ |`ui_container_limits_cpu`
162
+ |`500m`
163
+ |Maximum number of CPUs the UI pod resource is allowed to use
164
+
165
+ |`ui_container_limits_memory`
166
+ |`800Mi`
167
+ |Maximum amount of memory the UI pod resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
168
+
169
+ |`ui_container_requests_cpu`
170
+ |`100m`
171
+ |Minimum number of CPUs the UI pod resource needs to run
172
+
173
+ |`ui_container_requests_memory`
174
+ |`350Mi`
175
+ |Minimum amount of memory the UI pod resource needs to run
176
+
177
+ |`provider_java_container_limits_cpu`
178
+ |`500m`
179
+ |Maximum number of CPUs the Java provider resource is allowed to use
180
+
181
+ |`provider_java_container_limits_memory`
182
+ |`800Mi`
183
+ |Maximum amount of memory the Java provider resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
184
+
185
+ |`provider_java_container_requests_cpu`
186
+ |`100m`
187
+ |Minimum number of CPUs the Java provider resource needs to run
188
+
189
+ |`provider_java_container_requests_memory`
190
+ |`350Mi`
191
+ |Minimum amount of memory the Java provider resource needs to run
160
192
|====
161
193
162
194
+
You can’t perform that action at this time.
0 commit comments