Thanks, i will test my app using the profiler. After this I post my results.
Guilherme De: [email protected] [mailto:[EMAIL PROTECTED] Em nome de Gaurav Jain Enviada em: quarta-feira, 13 de fevereiro de 2008 14:05 Para: [email protected] Assunto: [flexcoders] Re: Flex/Flash memory allocation Flash allocates memory in chunks, so it may allocate more than it requires. Also if you app has no memory leaks the total memory being used will reach a peak (depending upon your app) and GC will kick in if the app needs more memory. Setting variable to null does not guarantee that GC will run. You should use the profiler in flex 3 to investigate if there are any memory leaks. Also the profiler has a button by which you can invoke a GC run. Thanks, Gaurav

