https://bz.apache.org/bugzilla/show_bug.cgi?id=69936
--- Comment #5 from Mark Thomas <[email protected]> --- What do you consider "light usage"? I'm running tests with 10.1.x, NIO, Tomcat Native 2.0.12, OpenSSL 3.5.4 and APR 1.7.2. I'm using Temurin Java 25.0.1. I have not enabled any OCSP checks (all left as defaults). I have configured the NIO Connector to require client certificates. Using a modified version of wrk (https://github.com/fanlix/wrk2) that implements client certificate authentication, I am running a load test at 1000 req/s. I am observing the memory usage with YourKit (with thanks to the good folks at YourKit that provide OSS folks like me with a free license). I am not seeing any suggestion of a memory leak. 1GB/hour is ~17MB/min. The heap and non-heap usage graphs I am looking are essentially flat (ignoring the expected saw-tooth in the main heap usage). There are lots of moving parts here and my environment is not identical to yours. I think it might be useful for you to get hold of a profiler (I like YourKit, other profilers are available) to find out where this 1GB/hour is being allocated. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
