Gotcha.  Will try that to see if it makes a difference.

--- In flexcoders@yahoogroups.com, Peter Farland <pfarl...@...> wrote:
>
> Ah - for the second part, go into each of the Flex Library projects' 
> properties panels, look at the "Flex Build Path" section, then select the 
> "Library path" tab. Expand the "Flex 3" node and look at the *.swc files that 
> are listed (which is effectively your library path for compilation). For 
> example, a Flex project would need playerglobal.swc and framework.swc at a 
> minimum, but other swcs may not be needed so you could try reducing the list 
> to the bare minimum to save memory.
> 
> Pete
> 
> 
> -----Original Message-----
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> Behalf Of Geoffrey
> Sent: Thursday, April 30, 2009 4:33 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Eclipse Crashing
> 
> Yes, there are AIR and Flex projects in the same workspace, but at the 
> moment, the AIR projects are closed.
> 
> I'm not sure what you mean by the second response.  Could you give me an 
> example?
> 
> --- In flexcoders@yahoogroups.com, Peter Farland <pfarland@> wrote:
> >
> > 
> > Are you mixing AIR and Flex library projects in the same workspace?
> > 
> > Have you tried excluding all of the Flex SDK swcs from the project library 
> > path that are not needed by each project?
> > 
> > 
> > -----Original Message-----
> > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> > Behalf Of Geoffrey
> > Sent: Thursday, April 30, 2009 2:30 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Eclipse Crashing
> > 
> > Recently, FB(Eclipse) keeps crashing on me.  I've looked all over the place 
> > for solutions, have tried many, but none seem to do the trick.
> > 
> > My current setup is:
> > Eclipse 3.4.2 (M20090211-1700)
> > FB 3.0.2.214193
> > Flex SDK 3.3
> > JDK 1.6.0_13
> > 
> > My eclipse.ini is:
> > -showsplash
> > org.eclipse.platform
> > -framework
> > plugins\org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
> > -vm
> > C:\Program Files (x86)\Java\jdk1.6.0_13\bin\javaw.exe
> > -vmargs
> > -Xms1024M
> > -Xmx1024M
> > -XX:PermSize=256M
> > -XX:MaxPermSize=512M
> > -XX:+UseParallelGC
> > -Dosgi.requiredJavaVersion=1.5
> > -Djava.net.preferIPv4Stack=true
> > -Dcom.sun.management.jmxremote
> > 
> > Our Flex application is a collection of 30 projects (one main one and 29 
> > flex library projects).  All have to be open at the same time or else you 
> > get build(dependency) errors.
> > 
> > There's a few projects that are linked to many of the other projects.  For 
> > example, we have a project that holds all of the VOs.  Making changes to 
> > that project always took a long time to build (several minutes), but now it 
> > crashes with OutOfMemory errors.
> > 
> > I've run jconsole to watch the JVM performance statistics.  I don't fully 
> > understand all the numbers, but I can see that my PS Old Gen pool gets 100% 
> > full, and that's when I usually expect a crash to happen soon.
> > 
> > My machine has 8GB of RAM, although I can only allocate 1GB to Eclipse it 
> > seems.  If I raise -Xmx higher than 1024M, Eclipse won't even start.
> > 
> > Anyone have any suggestions?
> > 
> > Thanks,
> >  ~Geoff
> > 
> > 
> > 
> > ------------------------------------
> > 
> > --
> > 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
> >
> 
> 
> 
> 
> ------------------------------------
> 
> --
> 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