Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

 eclipse.ini

Revision as of 12:08, 28 February 2007 by Richardbeton.hotmail.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Eclipse startup is controlled by the options in $ECLIPSE_HOME/eclipse.ini. If $ECLIPSE_HOME is not defined, it defaults to your eclipse installation directory, which contains the default eclipse.ini.

eclipse.ini is a text file containing command-line options that are added to the command line used when Eclipse is started up. By default, it contains something like

-vmargs
-Xms40M
-Xmx256M

which sets the stack space to 40MB and the heap size to 256MB.

See Also:


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top