[TIMOB-2722] MapView: Memory usage when zooming
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-09-29T15:24:56.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2011-37 |
Components | iOS |
Labels | n/a |
Reporter | cfox |
Assignee | Thomas Huelbert |
Created | 2011-04-15T03:27:49.000+0000 |
Updated | 2011-09-29T15:24:56.000+0000 |
Description
In an own app as well as in Kitchen Sink (try map view with route under base ui => views) free memory drops (in tests 2 to 14(!) MB) each and every time you zoom (no matter which way). The memory is never freed (however it doesn't seem to sink below 6MB free memory). This is a very serious issue as apps crash or seem to freeze when user zooms a lot and some other memory intense process is running as well.
Tried the following SDKs: 1.4.2 and 1.5.1
I recently reimplemented the map zooming code and think that this problem has probably been fixed. Please regress.
using 1.8.0 and an ipad2 (4.3.5) and an ipod touch (4.0.2) The massively leaking has been addressed. New bug for the small leaks seen coming.