-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Memory leak #536
Comments
Additional info : |
Hello, thank you for the report, I was suspecting that we had a memory leak issue but had failed to find where to look exactly. I'll try to pinpoint where it's rooted, starting from the information you provided, and I hope we can find a solution for the next release. |
Quick update: And indeed confirmed that after bumping to
|
I now have a reproducer in CI (see #546) and I'll be working on fixing this this week. Thank you a lot for the help in pinpointing this. |
Fixed in 0.40.2. |
🐛 Describe the bug
When using the version 0.40.1, our builds fail with the following error
After adding
+HeapDumpOnOutOfMemoryError
to the jvmargs and analysing the hprof we got the following report from Eclipse MATNote :
Current jvmargs in our gradle.properties
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError
After multiple builds we have to restart the gradle deamon because it is taking most of the allowed allocated memory.
Not stopping it result in very slow builds and the above mentioned error.
✅ Expected behavior
That our build time remains consistent
💣 Steps to reproduce
N/A
📱 Tech info
N/A
The text was updated successfully, but these errors were encountered: