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
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
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
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
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
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