Hi Mate Sorry but I have gone thru ur attahment, but giving you the hint- First goto Profiler...check which instance of your class/module is taking accumulated memory usage. You will identify that module easily. As soon as you get that instance, goto that instance Action-Scipt code, there at the end of the class, give a call to function removeAllChildren(),and it willl release all the previously occupied space.
Regards Abhinav Mehta MSRIT- Bangalore ----- Original Message ----- From: koteshwar Rao myneni To: [email protected] Sent: Saturday, November 07, 2009 12:12 PM Subject: [flex_india:26470] module and memory management HI all In my application i am using a moduleloder which loads different modules in a time interval. its working fine, but it keep on increasing the ram usage each time when new module is loaded. after certain time period the application stops working and OS error throws like "debug application or send report to microsoft". I am unloading the module and loading each time, and I am also calling garbage collector to release memory, but its not giving any effect. Any help regarding this module and memory management. I am attaching sample air application. what i am exactly doing in my application. Myneni Koteshwar Rao Chowdary --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

