Re: My Eclipse keeps running out of memory
Re: My Eclipse keeps running out of memory
- Subject: Re: My Eclipse keeps running out of memory
- From: Travis Britt <email@hidden>
- Date: Thu, 12 Nov 2009 18:17:00 -0500
It looks like you're setting -Xms and -Xmx twice. The latter setting it to 40/256. Try removing those. FWIW I run -Xms128m -Xmx512m without issue. (on 3.5 cocoa 64)
tb
On Nov 12, 2009, at 4:30 PM, Ricardo J. Parada wrote:
> $ cat ./Eclipse.app/Contents/MacOS/eclipse.ini
> --launcher.library
> ../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
> -startup
> ../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
> -showsplash
> org.eclipse.platform
> -vmargs
> -Xms512m
> -Xmx1024m
> -XX:+UseParallelGC
> -XX:PermSize=256m
> -XX:MaxPermSize=512m
> -Xdock:icon=../Resources/Eclipse.icns
> -XstartOnFirstThread
> -Xms40m
> -Xmx256m
> -XX:MaxPermSize=256m
> -Dorg.eclipse.swt.internal.carbon.smallFonts
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden