Skip to content
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

OCMapView memory usage #44

Open
dvkellerman opened this issue Jul 7, 2015 · 3 comments
Open

OCMapView memory usage #44

dvkellerman opened this issue Jul 7, 2015 · 3 comments

Comments

@dvkellerman
Copy link

Hi! I discovered one really bad problem while using OCMapView in my app. When the map is allocated - there is a huge block of data loaded into memory. I know that it`s normal, but the problem is that when i dealloc a map - some portion of memory is still present. It looks like not everything is deallocated. Im not using ARC in my app.

@BotiKis
Copy link
Owner

BotiKis commented Jul 7, 2015

Yeah that's because you should use ARC.

@BotiKis BotiKis closed this as completed Jul 7, 2015
@dvkellerman
Copy link
Author

Just created a simple project with ARC enabled. Problem remains the same.

@BotiKis BotiKis reopened this Jul 7, 2015
@BotiKis
Copy link
Owner

BotiKis commented Jul 7, 2015

That is bad. Sadly i've quite abandoned this project. I've already started a version 2.0 with background clustering and animations but it's nothing i want to publish it. I plan to rewrite it in swift but i wont really touch this old base anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants