Do you REALLY need all those projects?

If they are not different modules (and even if they are) you should try to
divide them in packages instead of Projects.

If this is REALLY necessary, I suggest you to build your project using maven
instead of using your IDE to do it.

Even to manage this caothic scenario it will help you.

If you want to try maven, take a look at m2eclipse and flex-mojos

Regards

On Thu, Apr 30, 2009 at 4:52 PM, Peter Farland <[email protected]> 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: [email protected] <flexcoders%40yahoogroups.com> [mailto:
> [email protected] <flexcoders%40yahoogroups.com>] On Behalf Of
> Geoffrey
> Sent: Thursday, April 30, 2009 2:30 PM
> To: [email protected] <flexcoders%40yahoogroups.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
>
>  
>



-- 
/**
* Pedro Sena
* Systems Architect
* Sun Certified Java Programmer
* Sun Certified Web Component Developer
*/

Reply via email to