[flexcoders] Re: Runtime Memory Problems

2007-03-16 Thread One Person
I might agree with that, but in Firefox this is not an issue. Firefox releases memory on a regular basis while IE7 does not seem to release until I exceed the physical memory on the machine. BTW: I posted the wrong sizes in my original email. The images we are dealing with are 256Meg to 600Meg

RE: [flexcoders] Re: Runtime Memory Problems

2007-03-16 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Re: Runtime Memory Problems I might agree with that, but in Firefox this is not an issue. Firefox releases memory on a regular basis while IE7 does not seem to release until I exceed the physical memory on the machine. BTW: I posted the wrong sizes in my

RE: [flexcoders] Re: Runtime Memory Problems

2007-03-16 Thread Matt Chotin
the Player itself is actually using. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Friday, March 16, 2007 10:55 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Runtime Memory Problems I saw another

[flexcoders] Re: Runtime Memory Problems

2007-03-15 Thread m_chotin
We have a known bug filed that there are some GC issues with IE 7. I don't have any workarounds unfortunately, you can try a brute force GC by doing something like this: try { var lc1:LocalConnection = new LocalConnection(); var lc2:LocalConnection = new LocalConnection();