mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Memory management
Environment
How can we clean up memory?
for example before I add all annotations and styles the memory is around 250 mb after which it goes to 400+ mb questions is that if we remove this style and annotations meomry goes to 350 to 400 mb is there a way to reclaim more memory so app doesn’t crash later?
- Xcode version:
- iOS version:
- Devices affected:
- Maps SDK Version:
Observed behavior and steps to reproduce
Expected behavior
Notes / preliminary analysis
Additional links and references
@JenishKananiLime how are you removing annotations from your map? Are you using the method outlined here?
Yes that is what I do, but evening removing all annotations / styles the memory still doesn't go down as much