Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Configuration
Application memory
Eclipse will perform terribly unless you give it a few GB of memory (RAM).
In the installation folder, find eclipse.ini
. Ensure is contains the following JVM options:
Code Block |
---|
-Xms512m -Xmx2g |
...
An example eclipse.desktop
file in Linux you could put in ~/.local/share/applications/
:
Code Block |
---|
[Desktop Entry] Name=Eclipse Comment=Java Development Environment Icon=eclipse Exec=eclipse Terminal=false Type=Application Categories=Development;IDE;Java; StartupNotify=true |
...