Skip to content

Commit 00b6b5b

Browse files
authored
Merge pull request #138 from anarnold97/MTA-4958-Default-memory-values-analyzer-container
MTA-4958: Default memory values for the analyzer container are wrong
2 parents 914b1b4 + 93ac79c commit 00b6b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/mta-7-installing-web-console-on-openshift.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@ The most commonly used CR settings are listed in this table:
151151
|Maximum number of CPUs the pod is allowed to use
152152

153153
|`analyzer_container_limits_memory`
154-
|`4Gi`
154+
|`1Gi`
155155
|Maximum amount of memory the pod is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
156156

157157
|`analyzer_container_requests_cpu`
158158
|`1`
159159
|Minimum number of CPUs the pod needs to run
160160

161161
|`analyzer_container_requests_memory`
162-
|`4Gi`
162+
|`1Gi`
163163
|Minimum amount of memory the pod needs to run
164164

165165
|`ui_container_limits_cpu`

0 commit comments

Comments
 (0)