Skip to content

Commit c083108

Browse files
committed
Update
Signed-off-by: A.Arnold <[email protected]>
1 parent 79f71a5 commit c083108

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

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

9-
There is a minimum required for the Java analyzer, and as a result, the discovery task.
9+
There is a minimum requirement for the Java analyzer, and also the discovery task, which by default is set to 2 GiB.
1010

11-
The suggested requirement is a default minimum of 2 GiB.
11+
While this minimum requirement can be lowered to 1.5 GiB, it is not recommended.
1212

13-
The minimum requirement can be lowered to 1.5 GiB. However, this minimum requirement is not recommended.
13+
You can also increase this minimum requirement to more than 2 GiB.
1414

15-
This minimum requirement can be set in `provider_java_container_limits_memory` and `provider_java_container_requests_memory` options in the Tackle custom resource.
16-
17-
[source,yaml]
15+
[source, yaml]
1816
----
1917
kind: Tackle
2018
apiVersion: tackle.konveyor.io/v1alpha1
@@ -26,3 +24,8 @@ spec:
2624
provider_java_container_limits_memory: 2Gi
2725
provider_java_container_requests_memory: 2Gi
2826
----
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+
====

0 commit comments

Comments
 (0)