MapView consumes a lot of memory

Hi! I'm testing an app to upload to the App Store that mainly has a MapView. The application works well on devices and simulators but when I see the memory consumption it reaches almost 500MB after doing several zoom out and zoom in.

Is this high memory consumption of the MapView normal?

Is there any way to reduce it?

I work with Swift 5 and Xcode 14.

Thank you.

Answered by endecotp in 747572022

Don't worry about it, unless you see some consequences. I believe that the map is caching its decompressed maps tiles, but will discard them if there is memory pressure.

Accepted Answer

Don't worry about it, unless you see some consequences. I believe that the map is caching its decompressed maps tiles, but will discard them if there is memory pressure.

MapView consumes a lot of memory
 
 
Q