Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse very slow to start a plugin install

Tags:

eclipse

I use eclipse for my projects.

When I want to install or update a plugin, it is very very slow to calculate dependencies ( about 5 to 10 minutes) and then it is fast to download files and install them.

Do you know how to solve that ?

It is on Ubuntu 10.04 with latest patches + eclipse 3.6.1

No proxy is used. I noticed the problem with several computer at home, but I do not have this problem at work (I use a proxy at work)

like image 816
Eric Avatar asked Nov 14 '10 20:11

Eric


2 Answers

Try to uncheck the option "Contract all update sites" before installing your selection. Because p2 would try to check the dependency from all the available update sites(download the metadata repository firstly) when checking that option.

alt text

like image 188
Kane Avatar answered Nov 16 '22 21:11

Kane


I had very similar issue in Windows recently, but finally I managed to figure out what is causing the extremely slow network connections in Eclipse. Actually the issue isn't the low bandwidth, but connection timeouts. The solution in my case was to disable all unnecessary network adapters in Windows like Hamachi's and TeamViewer's adapter. I know you are on Ubuntu, but I'm sure the root of the issue in your case is very similar.

like image 43
Felician Avatar answered Nov 16 '22 23:11

Felician