RE: [flexcoders] Flex memory issues.

2005-02-25 Thread Mercer, Dustin
Title: Flex memory issues. Upon more investigation, my memory usage seems to be stemming from my higher resolution. When I run the app in 1024*768 the memory consumption does not seem to exceed 110mb (high, but manageable for the size of this app). When run in 1280*1024, them memory usage

RE: [flexcoders] Flex memory issues.

2005-02-25 Thread Matt Chotin
Title: Flex memory issues. Can you break the large app into smaller apps that are loaded with Loader? Have you used the profiler to see if theres a method thats being called maybe too often and creating objects that are never let go? The profiler wont give you memory information, but

RE: [flexcoders] Flex memory issues.

2005-02-25 Thread Mercer, Dustin
PROTECTED] Subject: RE: [flexcoders] Flex memory issues. Can you break the large app into smaller apps that are loaded with Loader? Have you used the profiler to see if theres a method thats being called maybe too often and creating objects that are never let go? The profiler wont give you memory

RE: [flexcoders] Flex memory issues.

2005-02-25 Thread Matt Chotin
has text in it and the docs say text depreciates in MEDIUM. Matt From: Mercer, Dustin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24,2005 6:02 PM To: [EMAIL PROTECTED] Subject: RE: [flexcoders] Flex memory issues. Upon more investigation, my memory usage seems