Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#f9faff
borderStylesolid
titleContents

Table of Contents

...

Eclipse is launched with settings specified in an INI file in the installation directory called eclipse.ini. See the official eclipse.ini documentation. Changes to the INI file will take effect upon the next restart of Eclipse.

When Eclipse is installed via snap

There is no way to edit eclipse.ini when Eclipse is installed via snap. Workarounds include:

...

Configuration

Application memory

Eclipse will perform terribly unless you give it a few GB of memory (RAM).

Ensure the eclipse.ini contains the following JVM options:

Code Block
-Xms512m
-Xmx2g

...