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 |
...
Importing Gradle Projects
See also
Installing/Setting Up Eclipse
...
Importing Gradle projects into Eclipse
...