You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/03/14 17:49:28 UTC

[Bug 60865] Memory leaks in AbstractProtocol$ConnectionHandler.recycledProcessors

https://bz.apache.org/bugzilla/show_bug.cgi?id=60865

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED
                 OS|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
So, you raised your max HTTP header size to 10MiB and you now have each
connection using 10MiB of buffer for HTTP messages.

What did you expect?

The screenshot from JProfiler shows used memory, not leaked memory. I see no
evidence of a leak.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org