Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
- Use the
--launcher.ini /path/to/eclipse.ini
option. - Pass individual settings via e.g.
-vmargs -Xms1g -Xmx3g
to the launcher.
...
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 |
...