-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BUG] High memory consumption #15934
Comments
@Mavtti by any chance, could you capture class histogram to understand where the heap consumption is coming from? Thank you. |
Thanks @Mavtti , there are multiple ways to do that (we just need to do this on any node that consumes more heap):
The Jackson issue should be fixed in 2.15.0 (and above) |
Got it :(
Correct, the heap consumption might be caused by another issue |
So in the end, I can't give you more insight and there's not much you can do without it, correct ? |
I think the best option we have is to engage with AWS support to ask for these details |
Ok thx @reta for the answers ! |
Describe the bug
We are using aws opensearch and since upgrading from 2.11 to 2.15, the memory usage increased and it slows down the whole cluser.
The biggest impact is on write operations which started to timeout after the upgrade.
I've seen this issue but I thought that the issue was supposed to be fixed in 2.15.
Upgrade happened on the 10th.
Max memory utilization more than often reaches 100% since then.
There is also an increase in Java Heap memory
Any idea ? Thx !
Related component
Other
To Reproduce
Expected behavior
No issue when inserting data and lower memory consumption
Additional Details
No modification on our side on memory settings
The text was updated successfully, but these errors were encountered: