-
Notifications
You must be signed in to change notification settings - Fork 537
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
addBatch method cause Java heap memory char array grows too fast #1873
Comments
Hi @wangbing505
|
Hi @chernser
|
Please let me know how the update goes. Thanks! |
@chernser |
@wangbing505 as the issue solved? |
@chernser hello, I have been delayed by other things and will try it next week |
@chernser Thank you, I tried it, Char [] has decreased,But there are other memory uses as well,maybe it's not a problem with the client anymore |
The scenario involves a large number of calls to the addBatch method, Then use jmap to view heap memory,has lots of char[],although they are all unreachable objects that can be GC dropped.But it will lead to frequent GC and high CPU usage. How to solve it
The text was updated successfully, but these errors were encountered: