[flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Guilherme Defreitas Juraszek
Hey Guys I have a problem with Flash Runtime. While the flex application is running, the browser increase de memory utilization, but after close the tabs (inside flex app) the memory consume not decrease. I try to alter my code to myvar = null to force the Garbage Collector to clear, but not

Re: [flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Steve Mathews
Garbage collection does not happen at your request. It is lazy and does it when it feels like it. You can use Flex Builder 3 beta which does have a 'force gc' button when running in debug. This can help you identify if you still have references, or if the gc just hasn't happened. Steve On Feb

Re: [flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Mike Chabot
Firefox has some significant memory leaks that are unrelated to Flash. Are you noticing this problem in both FF and MSIE? Are you observing the memory usage using Windows task manager or by some other method like the Flex profiler? -Mike Chabot On Feb 13, 2008 8:45 AM, Guilherme Defreitas

RES: [flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Guilherme Defreitas Juraszek
: [flexcoders] Flex/Flash memory allocation Firefox has some significant memory leaks that are unrelated to Flash. Are you noticing this problem in both FF and MSIE? Are you observing the memory usage using Windows task manager or by some other method like the Flex profiler? -Mike Chabot On Feb 13, 2008 8