Skip to content

Use BufferPool instead of creating and destroying ByteBuffers #223

@viswamy

Description

@viswamy

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions