RE: Java Heap Space Error

2023-04-20 Thread Pratik.Kulkarni
Thanks Chris, I guess you're right, Tomcat 9 allocates less default memory compared to Tomcat 8; I checked our logs and below are the memory parameters which seem to be passed in, Tomcat 9 - 14-Apr-2023 02:47:55.567 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command li

RE: Java Heap Space Error

2023-04-13 Thread Pratik.Kulkarni
Hi John, I don't think so, it returns around 50 rows. Also, this same application is working perfectly fine in Tomcat version 8.5, but it gives these errors on Tomcat 9.0.73. Thanks, Pratik -Original Message- From: john.e.gr...@wellsfargo.com.INVALID Sent: Friday, April 14, 2023 09:0

RE: Java Heap Space Error

2023-04-13 Thread Pratik.Kulkarni
Hi All, Thanks for your quick suggestions. As Olaf suggested, I tried to set the same values to Xms and Xmx; the application immediately crashes after Tomcat restart and I am not able to access it. I tried it with different values, but the result is the same. Regarding the memory leak, let me

Java Heap Space Error

2023-04-13 Thread Pratik.Kulkarni
Hello, This email concerns an error I encountered while using Oracle Apex with ORDS 3.0.9 and Tomcat 9. Specifically, I receive a "Java heap space" error when accessing the application. To troubleshoot the issue, I have tried to increase the maximum heap size of the JVM using the -Xmx option i