This repository has been archived by the owner on May 1, 2024. It is now read-only.
Memory Management in Xamarin Forms Project (Specifically Android) #15773
Unanswered
dharamhbtik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an Android app that is developed in the latest version of Xamarin and used the following major dependencies/libraries
When we are doing profiling, the app is using around 600 MB of runtime memory which looks huge and gets increased over time. See attached memory utilization graph after 2 hours of profiling
We are trying to optimize it by identifying the piece of code from where there might be a chance of memory leak or the places where objects are continuously used or the places where any background task is continuously running.
I have a few questions :
Beta Was this translation helpful? Give feedback.
All reactions