View Issue Details

IDProjectCategoryView StatusLast Update
0011857MMAGeneralpublic2014-07-04 17:24
Reportermarek Assigned To 
PriorityurgentSeveritycrashReproducibilitysometimes
Status closedResolutionfixed 
Product Version1.0.4 
Target Version1.0.5Fixed in Version1.0.6 
Summary0011857: Implement better memory management during loading of bitmaps
DescriptionThere are some CL caused by OutOfMemoryException during decoding of Bitmap. Now each loading is done in separate thread. This is quite un-efficient.

I suggest to use PhantomReference to ensure garbage collection of previous bitmaps before decoding new ones.
TagsNo tags attached.
Fixed in build286

Activities

marek

2014-07-03 14:05

developer   ~0040328

Fixed in build 286

Do not use our implementation of bitmap loading at all. UIL is now used everywhere.

rusty

2014-07-04 17:24

administrator   ~0040331

No regressions observed in 286.