[TIMOB-7485] Android: Bit map size exceeds VM budget
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-02-07T21:33:51.000+0000 |
Affected Version/s | Release 1.8.0.1, Release 2.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Nikhil Sharma |
Assignee | Hieu Pham |
Created | 2012-01-31T12:33:00.000+0000 |
Updated | 2012-02-07T21:33:51.000+0000 |
Description
We are getting this error while opening a window with many bit map images and while clicking on the back button.
Repo Steps
1. Run the application.
2. Click Vocabulary
3. then click The 100 Most Important Words.
4. click on Bebidas.
5. Now click the Word List.
At the time of loading this window you can see the below error in the android DDMS.
E/TiUIHelper(865): (main) [10,585407] Unable to load bitmap. Not enough memory: bitmap size exceeds VM budget
Please find attached the error logs for this issue.
Attachments
This application tries to load a 7MB bitmap on a low end device and runs out of memory. This is not a platform issue.