Reputation: 16236
I am trying to run Eclipse on my netbook to be able to develop for Android.
As you may guess, Eclipse is quite slow and it is not easy to develop effectively.
I am using Linux Ubuntu and I have still 0.5GB of free RAM...the CPU is the bottleneck.
Have you got any tip to slim Eclipse down and make it run faster?
Thanks, Dan
Upvotes: 6
Views: 2067
Reputation: 1643
Thanks very much indeed, Eugene Kuleshov. This was helpful.
Also, to add to above list, if you do not require automatic activation of auto-complete when . is typed,
You can still hit Ctrl-Space to manually bring up the list of methods for that class when required.
Upvotes: 1
Reputation: 31795
The following settings may help:
But the best of all, get yourself some more memory, so it won't have to constantly run garbage collection.
Upvotes: 13