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
![enter image description here](https://camo.githubusercontent.com/f942c55aab0467c3c4c4d425cd29708792f27e43b89670ba86634cbab6831e8f/68747470733a2f2f692e737461636b2e696d6775722e636f6d2f644c3036432e706e67)
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