Skip to content

Commit 5dccbd4

Browse files
authored
Merge pull request #32 from anarnold97/MTA-3416-Add-log-around-requirements-for-java-analzyer-and-discovery
MTA-3416: Adding requirements for Java analyzer and discovery task
2 parents 7e9ceaa + 973c247 commit 5dccbd4

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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 requirement for the Java analyzer, and also the discovery task, which by default is set to 2 GiB.
10+
11+
While this minimum requirement can be lowered to 1.5 GiB, it is not recommended.
12+
13+
You can also increase this minimum requirement to more than 2 GiB.
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+
----
27+
28+
[NOTE]
29+
====
30+
To guarantee scheduling has the correct space, `provider_java_container_limits_memory` and `provider_java_container_requests_memory` should be assigned the same amount of space.
31+
====

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)