Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Setting eclipse.vmargs in config.ini?
Setting eclipse.vmargs in config.ini? [message #8206] Wed, 19 January 2005 16:20 Go to next message
Eclipse UserFriend
Originally posted by: eric.brenner.gd-ais.com

Is it possible to set the eclipse.vmargs value in the config.ini file with
Eclipse versions 3.0+ ? I am trying to "hardwire" a max heap size of 512M
by adding the following line to the config.ini file:


eclipse.vmargs=-Xmx512M


When I go to the Configuration Details page after Eclipse loads, it
doesn't show up.
Re: Setting eclipse.vmargs in config.ini? [message #8460 is a reply to message #8206] Thu, 20 January 2005 00:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Chris_Laffra.ca.ibm.com

you can pass it to eclipse.exe

eclipse ....... -vmArgs -Xmx512M

--
Chris Laffra, http://eclipsefaq.org


"Eric Brenner" <eric.brenner@gd-ais.com> wrote in message
news:csm1d5$c9m$1@www.eclipse.org...
> Is it possible to set the eclipse.vmargs value in the config.ini file with
> Eclipse versions 3.0+ ? I am trying to "hardwire" a max heap size of 512M
> by adding the following line to the config.ini file:
>
>
> eclipse.vmargs=-Xmx512M
>
>
> When I go to the Configuration Details page after Eclipse loads, it
> doesn't show up.
>
>
Re: Setting eclipse.vmargs in config.ini? [message #9822 is a reply to message #8460] Thu, 20 January 2005 13:22 Go to previous message
Eclipse UserFriend
Originally posted by: eric.brenner.gd-ais.com

Yes, I understand this. But the issue is, is that when I distribute what
I'm developing, I don't want to make the user create a shortcut each time
with the extra parameters. I'd rather be able to tell Eclipse through the
config.ini file what the -Xms and -Xmx values are.



Chris Laffra wrote:

> you can pass it to eclipse.exe

> eclipse ....... -vmArgs -Xmx512M
Previous Topic:how configure Ant
Next Topic:Open a method via Package Explorer
Goto Forum:
  


Current Time: Thu Jun 27 20:33:32 GMT 2024

Powered by FUDForum. Page generated in 0.08293 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top