William, On 3/24/25 2:56 PM, William Crowell wrote:
I am running Apache Tomcat 9.0.97 on Windows Server 2022. I’m running Oracle JDK 1.8.0_371-b11 with a 4GB min heap and a 16GB max heap.
Might I suggest that you stick with both min and max heap sizes set to 16GiB? If you expect to run for a long time, you should expect to use that 16GiB heap. If you are going to use it, you may as well allocate it all during startup and use it, rather than re-sizing the heap as you go.
Re-sizing the heap is very expensive, so you should probably avoid it. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org