diff --git a/docs/topics/mta-requirements-for-java-analyzer.adoc b/docs/topics/mta-requirements-for-java-analyzer.adoc new file mode 100644 index 00000000..b9aa9444 --- /dev/null +++ b/docs/topics/mta-requirements-for-java-analyzer.adoc @@ -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. +==== diff --git a/docs/web-console-guide/master.adoc b/docs/web-console-guide/master.adoc index f2d2620e..3081173d 100644 --- a/docs/web-console-guide/master.adoc +++ b/docs/web-console-guide/master.adoc @@ -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