Here is a very simple test I just ran

Using this application:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute">
        <mx:Label text="Hello World"/>
</mx:Application>

Built in release mode running in f_in_box's sample app FullVersionTest.exe I 
see VM (Virtual Memory) usage of 74,250 K vs just running in Flash player 10 
stand alone where I see VM usage of 12,500 K. I am running Win XP Pro using 
task manager to see VM usage.

Has anyone else had this issue with VM using f_in_box.

--- In [email protected], "ag_rcuren" <robert.vancuren...@...> wrote:
>
> I was messing around and opened several instances of my application 
> simultaniously and received a warning that my I was out of virtual memory. So 
> I starting looking at task manager and saw that my page file usage was around 
> 8 gig! After seeing this I jumped over to process view and saw that my app 
> was using quite a bit of virtual memory. This lead me to test the flex app 
> straight in the Flash player and then in the f_in_box test application 
> because I wanted to ensure that it was not our other code. Running Flash 
> player next to f_in_box I noticed via task manager that the f_in_box process 
> was using a large amount of virtual memory.
> 
> Again this is virtual memory (page file) usage. Inside of task manager you 
> can select more information to be shown, one of which is virtual memory. The 
> non virtual memory usage that it shows for the application is about what we 
> expect.
> 
> I have no idea what would cause f_in_box to be using so much of the page file.
> 
> --- In [email protected], Steve Mathews <happydog@> wrote:
> >
> > What methods are you using to determine the memory usage? We use f_in_box
> > and I don't think we have seen that kind of discrepancy before.
> > 
> > On Fri, Jul 10, 2009 at 11:57 AM, ag_rcuren <robert.vancuren.jr@>wrote:
> > 
> > > I am currently using f_in_box for a project I am working on. I was doing
> > > some profiling and noticed that when using f_in_box virtual memory usage 
> > > is
> > > super high. When running our app stand alone in the flash player we are
> > > seeing virtual memory usage of around 20 megs vs. running in f_in_box it 
> > > is
> > > around 120 megs. This is over 5 times worse. I was hoping some one might
> > > have some insight or may have worked with f_in_box before and dealt with
> > > this issue.
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > --
> > > Flexcoders Mailing List
> > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > Alternative FAQ location:
> > > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> > > Search Archives:
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> > > Links
> > >
> > >
> > >
> > >
> >
>


Reply via email to