You can update the Java™ properties configuration
for the web-server and repotools once the JVM parameters for the servers are created.
Procedure
- Modify the JVM_ARGS and REPOTOOLS_JVM_ARGS
according to the requirement and create or update the configmap.
- Restart the application by using Engineering Lifecycle Management operations. See for more
information Stopping and starting Engineering Lifecycle Management application pods by using ELM Operation instance. Alternatively, you can also
delete the application pods.
- Verify the status of the Engineering Lifecycle Management application.
- Using Red Hat® OpenShift® Container Platform web console
- On the Red Hat OpenShift Container Platform web console, go to
and select
Engineering Lifecycle Management operator.
- On the ELM tab, select Engineering Lifecycle
Management instance
- On the Details tab, verify the Engineering Lifecycle Management application
status in the Applications Events table. It shows the status
as Completed with the message The JTS application is
ready
- Using Red Hat OpenShift CLI
View the applications status section by using the below
command
oc describe elm/<elm_instance_name> -n <namespace_name>
- Using Kubernetes CLI
View the applications status section by using the below
command
kubectl describe elm/<elm_instance_name> -n <namespace_name>