Hello Everyone,
We attempted to print multiple reports simultaneously, but only one report was successfully printed.
Upon investigating the issue, we reviewed the Kubernetes pod logs and found Java errors in the ifsapp-reporting pod. The logs indicated the following error:
java.lang.OutOfMemoryError: Java heap space
When I describe the reporting pod, the java heap memory allocation was as below;
IFS_JAVA_OPTS: -XX:MaxRAMPercentage=30
-XX:MaxMetaspaceSize=594M
Is there any possibility that we can increase the java heap space value from the deployment or any workaround to get rid of these errors?
Thanks in Advance!
Best Regards,
Rayan