Re: System.gc() call in Tomcat 9.0.96

2024-12-30 Thread Christopher Schultz
uess is that it's an important call for JVM stability and should not be disabled. -chris From: Christopher Schultz Sent: Friday, December 27, 2024 11:10:32 PM To: users@tomcat.apache.org Subject: Re: System.gc() call in Tomcat 9.0.96

Re: System.gc() call in Tomcat 9.0.96

2024-12-30 Thread Manisha Subramanian
2024 11:10:32 PM To: users@tomcat.apache.org Subject: Re: System.gc() call in Tomcat 9.0.96 [You don't often get email from ch...@christopherschultz.net. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Markus, On 12/27/24 12:16 PM, i...@flyingfischer.ch.INV

Re: System.gc() call in Tomcat 9.0.96

2024-12-27 Thread Christopher Schultz
Markus, On 12/27/24 12:16 PM, i...@flyingfischer.ch.INVALID wrote: Manisha you may be able to disable explicit System.gc() via the java argument - XX:+DisableExplicitGC. https://www.baeldung.com/java-system-gc But ... WHY? This is a situation that should really only occur once during the

Re: System.gc() call in Tomcat 9.0.96

2024-12-27 Thread i...@flyingfischer.ch.INVALID
Manisha you may be able to disable explicit System.gc() via the java argument -XX:+DisableExplicitGC. https://www.baeldung.com/java-system-gc Markus Am 27.12.24 um 17:55 schrieb Christopher Schultz: Manisha, On 12/27/24 2:45 AM, Manisha Subramanian wrote: Details of our application are g

Re: System.gc() call in Tomcat 9.0.96

2024-12-27 Thread Christopher Schultz
Manisha, On 12/27/24 2:45 AM, Manisha Subramanian wrote: 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.8

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