You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theprocess()
method.This causes increased memory pressure and degradation of the load generator, and must be avoided.
The text was updated successfully, but these errors were encountered: