Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long runs retain too much memory #76

Closed
sbordet opened this issue Apr 30, 2021 · 0 comments
Closed

Long runs retain too much memory #76

sbordet opened this issue Apr 30, 2021 · 0 comments

Comments

@sbordet
Copy link
Member

sbordet commented Apr 30, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant