MKMapView memory usage is steadily increasing

In my application, I noticed that when you click and display a view controller containing MKMapView , memory usage is steadily increasing. I decided that the problem with MapKit itself, and not with my code. I made a test project containing just a navigation controller, in which I can repeatedly click and set a view controller containing nothing but a map view, without annotations or overlays. When I click and click on the view controller again and again, memory usage increases by about 0.6 MB every push / pop cycle. Any thoughts on why this is happening? I am using ARC. Thanks!

Edit:

I did some testing in the iOS 5.1 simulator (I know about the problems associated with profiling in the simulator, but I don’t have any iOS 5 devices to test), and my results show that this is a bug in iOS 6; in iOS 6, I see a gradual increase in memory usage, but in iOS 5, memory usage doesn't increase. I believe this is a problem with Apple's new proprietary cards.

+5
memory automatic-ref-counting mapkit mkmapview
source share

No one has answered this question yet.

See similar questions:

8
How to solve a memory problem using a card on iOS 6
4
MKMapView and memory management in iOS

or similar:

3044
Creating a memory leak using Java
772
How to find out the memory usage of my application in Android?
672
How to measure the actual memory usage of an application or process?
25
Stop iOS 7 MKMapView from memory leak
4
MKMapView and memory management in iOS
2
MKMapView memory usage is very large
one
Fix MKMapView memory leak in iOS10
one
Reboot MKMapView
one
MKMapView memory issue in iOS SDK
0
Overclocking warning with mkmapview

All Articles