-
Notifications
You must be signed in to change notification settings - Fork 27
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
Poor memory performance due to memory leaks #206
Comments
Please specify the environment: device model and operating system version, MapKit version. |
The device was an iPhone 7 running iOS 15.7.3. And the MapKit version used is |
We failed to reproduce the situation with leaks. Please provide a minimal code example for further analysis. |
Hi, I have tried it with the reference demo project recently. It did leak when the |
We checked the demo application for memory leaks. We noticed some minor leaks. But we did not succeed in achieving values that were anywhere close to those indicated in the original question. If you can describe in detail the environment in which major memory leaks occur, so that it can be stably reproduced, we are ready to review the situation again. You can extend the example with some automatic actions, after which a leak occurs. |
With just normal use of a map (moving around, zooming in and out, updating pins etc) I observe that the amount of leaked memory grows up pretty quickly to some really scary numbers. And the
leaks
tool illustrates this like so:So yandex maps runtime internals seem to be responsible for 99% of the leaked memory for the whole process. Obviously this contributes a lot to the app's memory footprint and means more app terminations, not to mention poor experience for our end users.
The text was updated successfully, but these errors were encountered: