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

Use BufferPool instead of creating and destroying ByteBuffers #223

Open
viswamy opened this issue Sep 17, 2018 · 2 comments
Open

Use BufferPool instead of creating and destroying ByteBuffers #223

viswamy opened this issue Sep 17, 2018 · 2 comments

Comments

@viswamy
Copy link

viswamy commented Sep 17, 2018

Creating and destroying byte buffers in high load systems where GC pauses are considered very critical is an undesired scenario. I am creating this jira ticket to track an efficient implementation of buffer pool mechanism in which buffers can be reused over time which should reduce the memory pressure inside JVM. What do you think? Thanks!

@Dead-off
Copy link
Collaborator

Looks like a good idea. Do you want to implement it?:)

@zanella
Copy link

zanella commented Dec 1, 2020

There are 3 open PRs that touch on the subject of memory usage: #184 , #195 , #35

You can review them :-)

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

3 participants