[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Cannot allocate memory MacOS 3.3.2 and 3.4.1

"Jason Rutherglen" <jason.rutherglen@xxxxxxxxx> wrote in message
news:a847407d16854c665ef269941a3558d9$1@xxxxxxxxxxxxxxxxxx
> Getting "Could not reserve enough space for object heap" when running
> eclipse at command line.  Is this due to Eclipse on Mac not being 64 bit?
>
> eclipse.ini:
>
> -showsplash
> org.eclipse.platform
> -vmargs
> -server
> -d64
> -Xdock:icon=../Resources/Eclipse.icns
> -XstartOnFirstThread
> -Xms1g
> -Xmx3g
> -XX:MaxPermSize=256m
> -Dorg.eclipse.swt.internal.carbon.smallFonts
>
>

You are trying to allocate 1G of memory at the start.  This is quite large.
Try reducing the value to something smaller and see if it helps.