Hi,
When developing for mobile I use Asobe AIR, and when I check for ouw much memory it took (Using System.totalMemory) I see values between 7Mb. to 13Mb.
When I check using System,privateMemory I see values between 20Mb. to 60Mb.!
I've checked how much it really took, using the task manager, and I see that the calculation is System.totalMemory+System.privateMemory.
This means that every app that I create using Adobe AIR takes around 70Mb. in memory without really doing anything??
Isn't that too much?