Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] java parameters

Run it using:
	eclipse -vmargs -Xms .... -Xms ...

Notice that -vmargs must be the last command line argument.

Genady

>  -----Original Message-----
> From: 	eclipse-dev-admin@xxxxxxxxxxx
> [mailto:eclipse-dev-admin@xxxxxxxxxxx] 
> Sent:	Wednesday, May 07, 2003 9:54 AM
> To:	eclipse-dev@xxxxxxxxxxx
> Subject:	[eclipse-dev] java parameters
> 
> Hello,
> 
> I'm having trouble compiling via ant in Eclipse. I get an
> outOfMemoryError.
> I had this before using ant from the command line and solved that by
> adding
> -Xms512m -Xmx512m parameters to the java call in the ant script.
> How can I do this in Eclipse?
> 
> Sven Van Sighem

<<attachment: winmail.dat>>


Back to the top