Skip to content

Commit 13fee4b

Browse files
committed
MTA-3416: Adding requirements for Java analyzer and discovery task
Signed-off-by: A.Arnold <[email protected]>
1 parent 7e9ceaa commit 13fee4b

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99

1010
You can install the {ProductName} ({ProductShortName}) {WebName} on all Red Hat OpenShift cloud services and Red Hat OpenShift self-managed editions.
1111

12+
<<<<<<< HEAD
1213
[IMPORTANT]
1314
====
1415
To be able to create {ProductShortName} instances, you must first install the {ProductShortName} Operator.
1516
====
17+
=======
18+
IMPORTANT: To be able to create {ProductShortName} instances, you must first install the {ProductShortName} Operator.
19+
>>>>>>> a5b27e9 (MTA-3416: Adding requirements for Java analyzer and discovery task)
1620
1721
The {ProductShortName} Operator is a structural layer that manages resources deployed on OpenShift, such as database, front end, and back end, to automatically create an {ProductShortName} instance.
1822
@@ -161,7 +165,10 @@ The most commonly used CR settings are listed in this table:
161165
162166
+
163167
.Example YAML file
168+
<<<<<<< HEAD
164169
170+
=======
171+
>>>>>>> a5b27e9 (MTA-3416: Adding requirements for Java analyzer and discovery task)
165172
[source,YAML]
166173
----
167174
kind: Tackle
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * docs/web-console-guide/master.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="mta-requirements-for-java-analyzer_{context}"]
7+
= Adding minimum requirements for Java analyzer and discovery
8+
9+
There is a minimum required for the Java analyzer, and as a result, the discovery task.
10+
11+
The minimum requirement is 1.5 GiB. However, this minimum requirement is not unadvisable. The suggested requirement is a minimum of 2 GiB.
12+
13+
This minimum requirement can be set in `provider_java_container_limits_memory` and `provider_java_container_requests_memory` options in the Tackle custom resource.
14+
15+
[source,yaml]
16+
----
17+
kind: Tackle
18+
apiVersion: tackle.konveyor.io/v1alpha1
19+
metadata:
20+
name: tackle
21+
namespace: openshift-mta
22+
spec:
23+
feature_auth_required: 'true'
24+
provider_java_container_limits_memory: 2Gi
25+
provider_java_container_requests_memory: 2Gi
26+
----

docs/web-console-guide/master.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ include::topics/mta-7-installing-web-console-on-ocp-local.adoc[leveloffset=+2]
4747

4848
include::topics/mta-7-configuration-web-console-on-ocp-local.adoc[leveloffset=+3]
4949

50+
include::topics/mta-requirements-for-java-analyzer.adoc[leveloffset=+2]
51+
52+
5053
[id="configuring-the-instance-environment"]
5154
== Configuring the instance environment
5255

0 commit comments

Comments
 (0)