Community
Participate
Working Groups
Jetty currently releases content buffers while a request is suspended, but request header buffers are 8k and can consume a lot of memory for lots of connections. These buffers could be release if the HttpFields instance was updated to give up references to the buffer for the raw bytes.
Created attachment 196396 [details] patch to release buffers
Created attachment 196414 [details] patch to release buffers this is working better, but there are still failures in cometd load tests
fixed in 7.5.0
Resolved -> Closed