Skip to content

Commit

Permalink
Merge pull request #32 from anarnold97/MTA-3416-Add-log-around-requir…
Browse files Browse the repository at this point in the history
…ements-for-java-analzyer-and-discovery

MTA-3416: Adding requirements for Java analyzer and discovery task
  • Loading branch information
anarnold97 authored Aug 15, 2024
2 parents 7e9ceaa + 973c247 commit 5dccbd4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/topics/mta-requirements-for-java-analyzer.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Module included in the following assemblies:
//
// * docs/web-console-guide/master.adoc

:_content-type: PROCEDURE
[id="mta-requirements-for-java-analyzer_{context}"]
= Adding minimum requirements for Java analyzer and discovery

There is a minimum requirement for the Java analyzer, and also the discovery task, which by default is set to 2 GiB.

While this minimum requirement can be lowered to 1.5 GiB, it is not recommended.

You can also increase this minimum requirement to more than 2 GiB.

[source, yaml]
----
kind: Tackle
apiVersion: tackle.konveyor.io/v1alpha1
metadata:
name: tackle
namespace: openshift-mta
spec:
feature_auth_required: 'true'
provider_java_container_limits_memory: 2Gi
provider_java_container_requests_memory: 2Gi
----

[NOTE]
====
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.
====
3 changes: 3 additions & 0 deletions docs/web-console-guide/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ include::topics/mta-7-installing-web-console-on-ocp-local.adoc[leveloffset=+2]

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

include::topics/mta-requirements-for-java-analyzer.adoc[leveloffset=+2]


[id="configuring-the-instance-environment"]
== Configuring the instance environment

Expand Down

0 comments on commit 5dccbd4

Please sign in to comment.