On 16/05/2023 05:12, M Venkata Pratap M wrote:
Hi, 1. We are using Http2 , When compared to 9.0.38 tomcat version , 9.0.62 version is creating less garbage and taking more time(2 to 5 seconds) in garbage collection during mixed GC phase. 2. Are there any recommendation GC setting. Has any one observed these kind of problem.
Time spent in GC is generally proportional to the size of the live objects on the heap. I'd suggest comparing heap dumps from 9.0.38 and 9.0.62 to see what is different.
Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org