> Hi
> We have recent faced this issue and this bug is logged in Adobe. But u can
> release little bit memory by using remove all references, External
> interface, Listener and debug the application in Flash player 10.
> Regards
> Saurabh
> On Sun, Nov 8, 2009 at 11:27 AM, prasant rout <rout.pras...@gmail.com>wrote:
>> Hi All,
>> I am also facing the same issue. I did some analysis on it but no luck. So
>> sharing my findings.
>> when ever you are unloading any module using flex module loader the module
>> get unloaded but the reference of the unloaded module still exists
>> which increases memory usages.At end the application will hang & you will
>> end up in End Task the application. It seems that Flash AVM doesn't reclaim
>> the unused refereneces. I didn't get any work arround to fix this issue.
>> If any one has done any thing for fixing this issue. Pls share.
>> Thanks
>> Prasant
>> On Sat, Nov 7, 2009 at 12:12 PM, koteshwar Rao myneni <
>> mkoteshwar...@gmail.com> wrote:
>>> 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