-
Notifications
You must be signed in to change notification settings - Fork 728
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 problem for Android Studio #1071
Comments
Memory increases with the number of compilations. |
Do you think this is specific to Epoxy, or is this leak happening with other annotation processors too? Are you suggesting we should make any fixes or changes within Epoxy to help? |
Also, what version of Gradle are you using? |
Gradle memory was more stable when I used Gradle:6.1 As far as I know Dagger2 had a similar problem before but has since been fixed。 |
I think incremental processors cause memory leaks in Gradle,that's just my guess, of course.
The text was updated successfully, but these errors were encountered: