Re: System.gc() call in Tomcat 9.0.96

2024-12-30 Thread Manisha Subramanian
a FULL GC when this is all happening. Finally, it's in there to avoid a JVM crash which is pretty much the worst thing that can happen to your application, even if it is shutting down. -chris > Am 27.12.24 um 17:55 schrieb Christopher Schultz: >> Manisha, >> >> On 12/27/24

System.gc() call in Tomcat 9.0.96

2024-12-26 Thread Manisha Subramanian
Hi, Details of our application are given below: OS: RHEL 8.x [OpenSSL version: 1.1.1] Configuration: We're using Tomcat as an HTTP Server, but it is embedded as part of our application Java version: Java 8u381 We're using Apache Tomcat 9.0.86 and are considering an update to 9.0.98. During the