-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from anarnold97/MTA-3416-Add-log-around-requir…
…ements-for-java-analzyer-and-discovery MTA-3416: Adding requirements for Java analyzer and discovery task
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters