Skip to content

Commit 276d299

Browse files
authored
Merge pull request #163 from Pkylas007/mta-5404-java-provider-container to main
MTA-5404 Modified Java provider memory requirement
2 parents 2d59733 + 2990594 commit 276d299

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
@@ -155,7 +155,7 @@ The most commonly used CR settings are listed in this table:
155155
|Minimum number of CPUs the pod needs to run
156156

157157
|`analyzer_container_requests_memory`
158-
|`1Gi`
158+
|`512Mi`
159159
|Minimum amount of memory the pod needs to run
160160

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

181181
|`provider_java_container_limits_memory`
182-
|`2Gi`
182+
|`2.5Gi`
183183
|Maximum amount of memory the Java provider resource is allowed to use. You can increase this limit if the pod displays `OOMKilled` errors.
184184

185185
|`provider_java_container_requests_cpu`
186186
|`1`
187187
|Minimum number of CPUs the Java provider resource needs to run
188188

189189
|`provider_java_container_requests_memory`
190-
|`2Gi`
190+
|`2.5Gi`
191191
|Minimum amount of memory the Java provider resource needs to run
192192
|====
193193

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)