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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: