Slow save in Eclipse
Asked Answered
M

4

9

I'm using Eclipse 3.5, with Java 6u20, Tomcat 6.0.28, and I have a big problem: Everything worked normal, and somehow (I don't know how) Eclipse started to be very slow.

When I edit some file, Eclipse freezes, and show me a info window, saying Saving.........

And that last for about a minute or two, and than tomcat start to publish files. Till recently this worked ok (everything was finished in 3 seconds).

I don't know what has been changed in project, and I have tried using different eclipse, tomcat, Java,....

When I turn on System processes it shows a system process: System: Updating status for Tomcat....

What could be wrong? Any hint guys?

Marozas answered 18/5, 2011 at 9:12 Comment(5)
See What are the best JVM settings for Eclipse?Spume
It worked ok until 'something' happened. I'l try to adjust eclipse.ini but I don't think it will solve the problemMarozas
Any message in Error Log?Spume
It's getting worse. It somehow goes from one computer to another. Today my comp is working fine, but other computers, that worked fine these days is having much trouble. Saving file of 700k is taking about 2 minutes.Marozas
this looks like a virus, but nod32 is't showing anythingMarozas
M
10

To tell you what solved the problem: We installed Eclipse 3.6 and there we turned on system processed in Process View. Above process System: Updating status for Tomcat... stood process Calculating Decorations.

We turned off all decoration, except SVN decoration (Window-Preferences-Label decorations) and saving works fine now.

Apparently there is some limit in number of files of project above which Eclipse is behave strange?

Marozas answered 23/5, 2011 at 21:7 Comment(1)
How do you get to the process view? I don't see it in Window>Show View>OtherMenashem
W
4

My saves got slow after installing egit. I uninstalled this, and things are back to normal.

Witherspoon answered 20/12, 2011 at 21:59 Comment(0)
E
4

I was experiencing slow saves of about 2 seconds on some Java projects in Eclipse. On other projects saves were performed instantly. Removing all breakpoints resolved the issue.

Earpiece answered 16/2, 2015 at 13:28 Comment(0)
C
0

I also had the same problem, during saving I could see the sonarlint processing was taking time so I right click on project properties, sonarlint -> uncheck Run SonarLint Automatically.

Basically you can see what's causing the slowness in progress view of eclipse and try to disable that.

Chapell answered 26/6, 2019 at 5:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.