Quantcast
Channel: Adobe Community : Popular Discussions - AIR Development
Viewing all articles
Browse latest Browse all 24121

AIR runtime Memory Leak?

$
0
0

Hi,

 

I have an app developed with AIR 3.7 for iOS (iPad)

The app gets very sluggish after a while, eventually crashes.

 

I've been -very- careful to pool objects where possible and cleanup / nullify all objects once they're not needed any more.

Profiling the app in Scout returns a pretty stable memory profile (the peaks and the lows translate very well to what's happening on screen)

 

Simultenously profiling the app using XCode's Instruments, shows me that the memory consumption off the app constantly rises up to the point the systems spends more time throwing memory warning than anything else.

 

Here are screenshots of both profilers: they show as3 memory usage being pretty stable, on the app level, memory keeps rising...

 

https://dl.dropboxusercontent.com/u/608333/AIR_memory_leak.zip

 

If AS3 is not leaking any memory (according to scout), but the app is (according to Instruments), would I be right assuming there's a memory leak in the AIR-runtime itself?

 

thanks for your feedback!

 

bart.


Viewing all articles
Browse latest Browse all 24121

Trending Articles