Long runs retain too much memory
sbordet opened this issue · 0 comments
sbordet commented
Long load generator runs retain too much memory -- millions of CompletableFuture
s 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.