Add statistics about ByteBufferPool.acquire()
calls made for which there is no bucket
#12689
Labels
ByteBufferPool.acquire()
calls made for which there is no bucket
#12689
Jetty version(s)
12.0.x
Enhancement Description
Such acquisitions are served by allocating a buffer on the spot that will never be pooled, so it's rather important to track them to make sure the GC is not overwhelmed by those byte buffers.
The text was updated successfully, but these errors were encountered: