That is the normal behaviour of the GC. It only runs, if it is
necessary. You could try loading/unloading your module 1000 times to
see if you really have a leak.
r.

On Wed, Nov 19, 2008 at 9:29 PM, sailorsea21 <[EMAIL PROTECTED]> wrote:
> Hi everyone, I think I'm having some issues with memory leaks.
> The memory of my Cumulative Memory and of my Memory keep increasing.
> When I unload modules, the memory doesn't drop and if I reload the
> modules, the memory keeps climbing...
>
> When I use the import command (ie:import mx.controls.Alert;), do I need
> to unload the "mx.controls.Alert" when I unload my module?
> If so, how do I do this?
>
> If not, why does my memory keep climbing when I unload a module and
> reload it? Shouldn't it drop and then climb back?
>
> Thanks.
>
> -David
>
> 

Reply via email to