Is a possible change the memory size?
I now the limite is 10Mb. Is a possible change this number???
But my app is very big. on the start allocate 7Mb.
tanks
Bruno Brustoloni e Oliveira
I talk about ram memory.
My app have more of 80Mb of size. on start app my virtual memory goto 8 our 9Mb. after load I use System.gc() to clean the memory. And my memory go back to 7.04Mb.
I put a text file inside de app to see the memory. have a trace for this. Here the code.
var freeMem:String = Number( System.freeMemory / 1024 / 1024 ).toFixed( 2 ) + "Mb";;
var mem:String = Number( System.totalMemory / 1024 / 1024 ).toFixed( 2 ) + "Mb";
But my ipad make a crash after make some actions.
I dont know make for fixed this error.
I run inside the flash and dont have errors. Crash only ipad.
North America
Europe, Middle East and Africa
Asia Pacific