Re: Excessive memory usage for HTTP/2 requests

2025-01-10 Thread Arjan van IJzendoorn
Thanks for the update, Mark! We will keep using the discardRequestsAndResponses workaround for now. Arjan From: Mark Thomas Sent: Friday, January 10, 2025 11:18 To: users@tomcat.apache.org Subject: Re: Excessive memory usage for HTTP/2 requests On 09/01/2025

Re: Excessive memory usage for HTTP/2 requests

2025-01-10 Thread Mark Thomas
doorn Sent: Tuesday, December 17, 2024 13:41 To: users@tomcat.apache.org Subject: Excessive memory usage for HTTP/2 requests Hello Tomcat friends, Our Spring Boot 3.4.0 application uses Tomcat 10.1.33. Recently we started seeing the memory usage of our app grow and after three days it

Re: Excessive memory usage for HTTP/2 requests

2025-01-09 Thread Mark Thomas
hers, too. Thanks, Arjan From: Arjan van IJzendoorn Sent: Thursday, December 19, 2024 15:16 To: users@tomcat.apache.org Subject: Re: Excessive memory usage for HTTP/2 requests Hello, In my initial message, I tried embedding an image but that did not work. Here is a link to a publ

Re: Excessive memory usage for HTTP/2 requests

2025-01-05 Thread Owen Rubel
There is a springboot plugin for api development that integrates security. Its called spring-boot-beapi-starter I have run it on a Raspberry pi with 1gb of memory. On a 3.2GHZ machine with 4 cores, it can get 7000/rps with full security (cors, jwt, oauth, etc)... and this is not headless and with

Re: Excessive memory usage for HTTP/2 requests

2025-01-02 Thread Mark Thomas
too. Thanks, Arjan From: Arjan van IJzendoorn Sent: Thursday, December 19, 2024 15:16 To: users@tomcat.apache.org Subject: Re: Excessive memory usage for HTTP/2 requests Hello, In my initial message, I tried embedding an image but that did not work. Here is a link

Re: Excessive memory usage for HTTP/2 requests

2025-01-02 Thread Arjan van IJzendoorn
Arjan van IJzendoorn Sent: Thursday, December 19, 2024 15:16 To: users@tomcat.apache.org Subject: Re: Excessive memory usage for HTTP/2 requests Hello, In my initial message, I tried embedding an image but that did not work. Here is a link to a publicly hosted image instead: https://ibb.co/4KFXg

Re: Excessive memory usage for HTTP/2 requests

2024-12-19 Thread Arjan van IJzendoorn
rs@tomcat.apache.org Subject: Excessive memory usage for HTTP/2 requests Hello Tomcat friends, Our Spring Boot 3.4.0 application uses Tomcat 10.1.33. Recently we started seeing the memory usage of our app grow and after three days it would reach its memory limit and crash. We investigated heap du

Excessive memory usage for HTTP/2 requests

2024-12-17 Thread Arjan van IJzendoorn
Hello Tomcat friends, Our Spring Boot 3.4.0 application uses Tomcat 10.1.33. Recently we started seeing the memory usage of our app grow and after three days it would reach its memory limit and crash. We investigated heap dumps and found that a single data structure inside Tomcat grew by 240MB