jetty-project/jetty-load-generator

Long runs retain too much memory

sbordet opened this issue · 0 comments

Long load generator runs retain too much memory -- millions of CompletableFutures retained in a local list for each request that has been sent, inside the process() method.

This causes increased memory pressure and degradation of the load generator, and must be avoided.