I'm loading 10 1KB sized M3G files into memory.
using the Load.load() method, on N73 & E50
i use the on-device debug utilities to monitor the memory usage on the device. then i find that after the 10 files are loaded in, the free memory decreases by 7MB !
so if i keep loading more M3Gs, i will get out of memory exception on N73 and E50(3rd). but the demo runs perfectly on N70(2nd).
anybody can tell me why? and how to prevent this conditions?

Reply With Quote

