Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make the eclipse IDE to build faster

I am using Eclipse for development. However, it's is taking too much time to build. It hangs when the percentage of build gets to 78. It shows "refreshing workspace" several times. That eats up lots of time.

How can I make Eclipse faster?

like image 250
Naruto Avatar asked May 21 '10 07:05

Naruto


1 Answers

  1. Increase the start-up memory as mentioned by thamaria
  2. Disable spell check of eclipse
  3. Disable the plugins which you never use it (myln etc)
  4. Disable auto build.

This link might help you

http://pakkatechies.blogspot.com/2011/07/making-eclipse-ide-faster.html

like image 116
Pakka Techie Avatar answered Oct 17 '22 00:10

Pakka Techie