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

Add memory consumption to benchmarks #31

Open
benstadin opened this issue Mar 29, 2024 · 0 comments
Open

Add memory consumption to benchmarks #31

benstadin opened this issue Mar 29, 2024 · 0 comments

Comments

@benstadin
Copy link

My application uses several queues. The application is a service and thus runs for a long time. Each of the queues in my application may get heavily filled at peak times, but most of the queues will be empty and idle most of the time.

Now I want to reduce the overall memory usage of my application and therefore I'm interested in which of the queues and configuration options allow to at least partially deallocate when the queue shrinks.

Which of the queues would you suggest for this scenario? It would be nice to have some numbers for certain fill rates and after shrinking as part of the benchmark suite.

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