Skip to content

Commit 2990594

Browse files
author
Prabha Kylasamiyer Sundara Rajan
committed
Modified memory required for Java provider to run in OCP
1 parent 1b2c427 commit 2990594

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The most commonly used CR settings are listed in this table:
159159
|Minimum number of CPUs the pod needs to run
160160

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

165165
|`ui_container_limits_cpu`
@@ -183,15 +183,15 @@ The most commonly used CR settings are listed in this table:
183183
|Maximum number of CPUs the Java provider resource is allowed to use
184184

185185
|`provider_java_container_limits_memory`
186-
|`2Gi`
186+
|`2.5Gi`
187187
|Maximum amount of memory the Java provider resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
188188

189189
|`provider_java_container_requests_cpu`
190190
|`1`
191191
|Minimum number of CPUs the Java provider resource needs to run
192192

193193
|`provider_java_container_requests_memory`
194-
|`2Gi`
194+
|`2.5Gi`
195195
|Minimum amount of memory the Java provider resource needs to run
196196
|====
197197

docs/topics/mta-requirements-for-java-analyzer.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[id="mta-requirements-for-java-analyzer_{context}"]
77
= Adding minimum requirements for Java analyzer and discovery
88

9-
There is a minimum requirement for the Java analyzer, and also the discovery task, which by default is set to 2 GB.
9+
The minimum requirement for the Java analyzer, and also the discovery task, by default, is set to 2.5 GB.
1010

1111
While this minimum requirement can be lowered to 1.5 GB, it is not recommended.
1212

13-
You can also increase this minimum requirement to more than 2 GB.
13+
You can also increase this minimum requirement to more than 2.5 GB.
1414

1515
[source, yaml]
1616
----
@@ -21,8 +21,8 @@ metadata:
2121
namespace: openshift-mta
2222
spec:
2323
feature_auth_required: 'true'
24-
provider_java_container_limits_memory: 2Gi
25-
provider_java_container_requests_memory: 2Gi
24+
provider_java_container_limits_memory: 2.5Gi
25+
provider_java_container_requests_memory: 2.5Gi
2626
----
2727

2828
[NOTE]

0 commit comments

Comments
 (0)