ios - Does Google Maps causes high live bytes? -


i'm using google maps ios sdk in current application. map view displays lot of markers (about 900). i'm drawing marker 1 image reference per marker already, live bytes in application extremly high (around 45mb).

i see in instruments tool glengine of time responsible library. responsible caller allocatewcmemory , glecreatevertexarrayhashobject.

4kb page size of buffer allocated glengine. may check whether gldeletebuffer when not need buffer more.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -