[flexcoders] Re: Eclipse Ganymede

2009-04-06 Thread arieljake
Would people mind sharing their eclipse.ini files for ganymede? I am having issues up-ing the max memory usage: -showsplash org.eclipse.platform -framework plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar -vmargs -Xms512m -Xmx650m -XX:+UseParallelGC -XX:PermSize=256m If I change it Xmx to

Re: [flexcoders] Re: Eclipse Ganymede

2009-04-06 Thread Vincent Vandenschrick
What JVM are you using ? On which platform ? Can you catch the error message ? Mine is using : -startup plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar But if it's a VM startup error, the problem isn't there... JVMs have max heap limitations but 660m is a little bit too low.

Re: [flexcoders] Re: Eclipse Ganymede

2009-04-06 Thread Ivan Bojer
-Xms40m -Xmx512m -XX:MaxPermSize=256m -Dosgi.requiredJavaVersion=1.5 -XstartOnFirstThread -Xms40m -Xmx256m -XX:MaxPermSize=256m Work like charm! You have to get the most current build which fixes some issues with FBPro and Ganymede (not that you can not hack it on your own). On Mon, Apr 6, 2009